<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Range Slider css */
@import "https://opensource.propeller.in/components/range-slider/css/nouislider.min.css";
/*Propeller Range Slider css*/
@import "https://opensource.propeller.in/components/range-slider/css/range-slider.css";
.config--box {
  background: white;
  padding: 21px 29px; }

.config--box__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee; }
  .config--box__headline h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0; }
  .config--box__headline .close-btn {
    font-size: 15px;
    color: #000 !important;
    outline: none;
    border: none;
    background: none;
    cursor: pointer; }

.btn--green {
  background: #00b484;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1.5;
  padding: 8px;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden; }
  .btn--green.check--icon {
    position: relative;
    height: 38px; }
    .btn--green.check--icon::after {
      content: "\2713";
      display: inline-block;
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 55%;
      transform: rotate(20deg) translateY(-50%); }

#color-picker {
  display: flex;
  justify-content: center; }
  #color-picker .color {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-right: 10px;
    cursor: pointer;
    background: #FDFEFF; }
    #color-picker .color.active:after {
      content: "\2713";
      font-size: 22px;
      font-weight: 600;
      color: #000;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 65%;
      transform: rotate(20deg) translateY(-50%);
      text-shadow: 0 0 15px #fff, 0 0 5px #fff; }
    #color-picker .color:last-child {
      margin-right: 0; }
  #color-picker #pattern--color {
    background: #0087D2; }

.color--list {
  border-top: 1px solid #eee; }
  .color--list h2 {
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px; }
  .color--list #colors {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 7.1px;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0; }
    .color--list #colors li {
      position: relative;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #fff;
      cursor: pointer;
      box-shadow: 0 0 15px #ddd; }
      .color--list #colors li.active::after {
        content: "\2713";
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 65%;
        transform: rotate(20deg) translateY(-50%);
        text-shadow: 0 0 15px #fff, 0 0 5px #fff; }
      .color--list #colors li:nth-child(8n) {
        margin-right: 0; }

#front--configs .menu--select {
  list-style: none;
  margin-left: 0;
  display: flex;
  justify-content: center; }
  #front--configs .menu--select li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: 25%; }
    #front--configs .menu--select li:hover span {
      text-decoration: underline; }
    #front--configs .menu--select li:last-child {
      margin-right: 0; }
    #front--configs .menu--select li img {
      width: 30px;
      height: 30px; }
    #front--configs .menu--select li span {
      margin-top: 6px;
      color: #222;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .75px;
      line-height: 1.2; }

#user--text--font .title--text {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0; }

#user--text--font .user--font--text-box #your-text {
  height: 60px;
  background-color: #f4f5f6;
  border: none;
  resize: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 12px;
  margin-bottom: 0; }

.font--list--ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  border: 1px solid #e4e5e6; }
  .font--list--ul li {
    position: relative;
    border-bottom: 1px solid #e4e5e6;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: 0.3s ease; }
    .font--list--ul li:hover {
      background: #eee; }
    
    /*NEW CODE updated the font awesome 5 to 6 start*/
    .font--list--ul li.active::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: "\f00c";
	  font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 15px;
      right: 15px; }
    /*NEW CODE updated the font awesome 5 to 6 end*/


  .font--list--ul.effect li {
    width: 100%;
    height: 36px;
    display: inline-block;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff !important; }

#text--editor .mobile--btn {
  display: none; }

@media screen and (max-width: 767px) {
  #text--editor .editor--first-block, #text--editor .color--section, #text--editor .arrange--section, #text--editor .select--editor-menu--mobile, #text--editor .mobile--btn {
    display: none; }
  #text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .mobile--btn {
    display: none; }
  #text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .select--editor-menu--mobile {
    display: block; }
    #text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .select--editor-menu--mobile .mobile--text--menu {
      background: #fff;
      margin: 0;
      list-style: none; }
      #text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .select--editor-menu--mobile .mobile--text--menu li {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .select--editor-menu--mobile .mobile--text--menu li img {
          width: 50%;
          margin: 0;
          padding: 0;
          border: none;
          max-width: 100%;
          height: auto; }
  #text--editor.text--edit .deselectObject, #text--editor.arrange--edit .deselectObject, #text--editor.color--edit .deselectObject {
    display: none; }
  #text--editor.text--edit .mobile--btn, #text--editor.arrange--edit .mobile--btn, #text--editor.color--edit .mobile--btn {
    display: block; }
  #text--editor.text--edit .editor--first-block {
    display: block; }
  #text--editor.arrange--edit .arrange--section {
    display: block; }
  #text--editor.color--edit .color--section {
    display: block; } }

#text--editor .editor--first-block &gt; ul {
  display: flex;
  list-style: none;
  margin-left: 0; }
  #text--editor .editor--first-block &gt; ul .input--select--simulator {
    display: flex;
    align-items: center;
    padding: 6px 12px 0;
    line-height: 10px;
    border: 1px solid #e4e5e6;
    font-weight: 600;
    border-radius: 2px;
    font-size: 20px;
    color: #000;
    background: url("../images/font-arrow.png") no-repeat;
    background-position-y: 11px;
    background-position-x: 97%;
    height: 36px;
    flex: 1; }
  #text--editor .editor--first-block &gt; ul.font--style li {
    cursor: pointer; }
    #text--editor .editor--first-block &gt; ul.font--style li:first-child {
      flex: 1; }
    #text--editor .editor--first-block &gt; ul.font--style li:last-child {
      font-style: italic; }
    #text--editor .editor--first-block &gt; ul.font--style li:nth-child(2) {
      font-weight: bold;
      margin: 0 10px; }
    #text--editor .editor--first-block &gt; ul.font--style li:not(:first-child) {
      width: 36px;
      height: 36px;
      border: 1px solid #e4e5e6;
      border-radius: 2px;
      font-size: 20px;
      color: #000;
      text-align: center;
      line-height: 41px;
      transition: 0.3s ease; }
      #text--editor .editor--first-block &gt; ul.font--style li:not(:first-child):hover {
        background: #eee; }
    #text--editor .editor--first-block &gt; ul.font--style li.active {
      background: #000 !important;
      color: #fff !important; }
  #text--editor .editor--first-block &gt; ul.text-spacings {
    margin-top: 15px; }
    #text--editor .editor--first-block &gt; ul.text-spacings &gt; li:first-child {
      border-right: 1px solid #e4e5e6;
      padding-right: 7px; }
    #text--editor .editor--first-block &gt; ul.text-spacings &gt; li:last-child {
      padding-left: 7px; }
    #text--editor .editor--first-block &gt; ul.text-spacings &gt; li span {
      width: 36px;
      height: 36px;
      display: inline-block;
      position: relative;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      float: left; }
    #text--editor .editor--first-block &gt; ul.text-spacings &gt; li ul {
      list-style: none;
      margin-left: 0;
      display: flex; }
      #text--editor .editor--first-block &gt; ul.text-spacings &gt; li ul li input {
        border: 1px solid #e4e5e6;
        font-weight: 600;
        border-radius: 2px;
        font-size: 16px;
        color: #222;
        width: 36px;
        height: 36px;
        text-align: center;
        padding: 15px 2px 8px;
        margin: 0 4px; }
  #text--editor .editor--first-block &gt; ul.font--adjustment .align--text .left-align-white {
    background: url("../images/left-align-white.png"); }
  #text--editor .editor--first-block &gt; ul.font--adjustment .align--text .right-align-white {
    background: url("../images/right-align-white.png"); }
  #text--editor .editor--first-block &gt; ul.font--adjustment .align--text .center-align-white {
    background: url("../images/center-align-white.png"); }
  #text--editor .editor--first-block &gt; ul.font--adjustment .align--text div {
    border-radius: 50%;
    cursor: pointer; }
    #text--editor .editor--first-block &gt; ul.font--adjustment .align--text div .white {
      display: none;
      width: 36px;
      height: 36px;
      position: relative;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      float: left; }
    #text--editor .editor--first-block &gt; ul.font--adjustment .align--text div.active {
      background: #000;
      color: #fff; }
      #text--editor .editor--first-block &gt; ul.font--adjustment .align--text div.active span:not(.white) {
        display: none; }
      #text--editor .editor--first-block &gt; ul.font--adjustment .align--text div.active span.white {
        display: inline-block; }
  #text--editor .editor--first-block &gt; ul.font--effect {
    margin-top: 15px; }

#text--editor .editor--first-block .font--effect .range-block {
  position: relative;
  width: 155px; }
  #text--editor .editor--first-block .font--effect .range-block .rangeValue {
    width: 49px;
    height: 30px;
    background: url("../images/range_img.png");
    background-size: contain;
    display: inline-block;
    left: calc(50% - 24.5px);
    z-index: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute; }
  #text--editor .editor--first-block .font--effect .range-block input[type='range']:after {
    content: "10";
    position: absolute;
    color: #fff;
    font-size: 10px;
    top: 2px;
    left: 94px; }
  #text--editor .editor--first-block .font--effect .range-block input {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #e4e5e6;
    outline: 0;
    border-radius: 3px;
    margin-top: 29px;
    position: relative;
    z-index: 999; }

#text--editor .arrange--section {
  border-top: 2px solid #f0f1f2; }
  #text--editor .arrange--section ul {
    list-style: none;
    display: flex;
    margin-left: 0;
    justify-content: space-between; }
    #text--editor .arrange--section ul li {
      display: flex; }
      #text--editor .arrange--section ul li.divider {
        width: 1px;
        background: #f3f3f3; }
      #text--editor .arrange--section ul li input {
        border: 1px solid #e4e5e6;
        font-weight: 600;
        border-radius: 2px;
        font-size: 16px;
        color: #222;
        width: 36px;
        height: 36px;
        text-align: center;
        padding: 15px 2px 8px;
        margin: 0 4px; }
      #text--editor .arrange--section ul li:last-child {
        border-right: 0; }

#text--editor .color--section {
  border-top: 2px solid #f0f1f2; }
  #text--editor .color--section .box--title {
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 50px; }

#text--editor .edit--delete {
  border-top: 2px solid #f0f1f2;
  display: flex;
  justify-content: space-between; }
  #text--editor .edit--delete .btn-edit {
    border: 1px solid #00b484;
    border-radius: 25px;
    text-align: center;
    padding: 12px 0;
    flex: 1;
    background: #fff;
    color: #00b484;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer; }
    #text--editor .edit--delete .btn-edit span.pencil {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/pencil-icn.png") no-repeat; }
  #text--editor .edit--delete .btn--delete {
    border: 1px solid #9396a7;
    border-radius: 25px;
    width: 48px;
    height: 48px;
    float: right;
    text-align: center;
    cursor: pointer;
    background: #fff;
    background: url("../images/dustbin-icn.png") no-repeat center;
    background-size: 13px; }

#font--list--choose .font--list--ul, #effect--list--choose .font--list--ul {
  border: none; }

#user--text--edit textarea {
  min-height: 310px;
  background-color: #fff;
  border: none;
  resize: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0; }

#add--motiv .selector--simulate {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e4e5e6;
  font-weight: bolder;
  font-size: 16px;
  color: #000;
  align-items: center;
  line-height: 0;
  cursor: pointer; }
  #add--motiv .selector--simulate p {
    margin-bottom: 0;
    transform: translateY(2px); }
  #add--motiv .selector--simulate i {
    font-size: 20px;
    color: #000; }

#add--motiv .clipart--items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-row-gap: 30px;
  margin-left: 0;
  margin-top: 20px; }
  #add--motiv .clipart--items li {
    cursor: pointer;
    transition: 0.1s ease; }
    #add--motiv .clipart--items li:hover {
      background: #eee; }
  #add--motiv .clipart--items :nth-child(10) {
    display: none; }

#motiv--category--list .category--items {
  list-style: none;
  margin-left: 0;
  border: 1px solid #e4e5e6;
  overflow-y: auto;
  max-height: 420px; }
  #motiv--category--list .category--items li {
    display: flex;
    border-bottom: 1px solid #e4e5e6;
    justify-content: space-between;
    padding: 15px;
    font-weight: bolder;
    font-size: 16px;
    color: #000;
    align-items: center;
    line-height: 0;
    cursor: pointer;
    transition: 0.2s ease; }
    #motiv--category--list .category--items li:last-child {
      border-bottom: none; }
    #motiv--category--list .category--items li p {
      margin-bottom: 0;
      transform: translateY(2px); }
    #motiv--category--list .category--items li:hover {
      background: #eee; }

.all-categories {
  display: flex;
  justify-content: space-between; }
  .all-categories p:first-child {
    color: #000;
    font-size: 16px;
    font-weight: bold; }
  .all-categories p:last-child {
    color: #00ad7f;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 25px;
    cursor: pointer; }
    .all-categories p:last-child:hover {
      text-decoration: none; }

#motiv--category--clip .clipart--items {
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-row-gap: 30px;
  margin-left: 0;
  margin-top: 20px;
  display: none;
  overflow-y: auto;
  max-height: 420px; }
  #motiv--category--clip .clipart--items.active {
    display: grid; }
  #motiv--category--clip .clipart--items li {
    cursor: pointer;
    transition: 0.1s ease; }
    #motiv--category--clip .clipart--items li:hover {
      background: #eee; }

#motiv--editor .mobile--btn {
  display: none; }

@media screen and (max-width: 767px) {
  #motiv--editor .color--section, #motiv--editor .arrange--section, #motiv--editor .select--editor-menu--image--mobile, #motiv--editor .delete.config--box, #motiv--editor .mobile--btn {
    display: none; }
  #motiv--editor:not(.arrange--edit):not(.color--edit) .mobile--btn {
    display: none; }
  #motiv--editor:not(.arrange--edit):not(.color--edit) .select--editor-menu--image--mobile {
    display: block; }
    #motiv--editor:not(.arrange--edit):not(.color--edit) .select--editor-menu--image--mobile .mobile--image--menu {
      background: #fff;
      margin: 0;
      list-style: none; }
      #motiv--editor:not(.arrange--edit):not(.color--edit) .select--editor-menu--image--mobile .mobile--image--menu li {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #motiv--editor:not(.arrange--edit):not(.color--edit) .select--editor-menu--image--mobile .mobile--image--menu li img {
          width: 50%;
          margin: 0;
          padding: 0;
          border: none;
          max-width: 100%;
          height: auto; }
  #motiv--editor.arrange--edit .deselectObject, #motiv--editor.color--edit .deselectObject {
    display: none; }
  #motiv--editor.arrange--edit .mobile--btn, #motiv--editor.color--edit .mobile--btn {
    display: block; }
  #motiv--editor.text--edit .editor--first-block {
    display: block; }
  #motiv--editor.arrange--edit .arrange--section {
    display: block; } }

#motiv--editor .arrange--section {
  border-top: 2px solid #f0f1f2; }
  #motiv--editor .arrange--section ul {
    list-style: none;
    display: flex;
    margin-left: 0;
    justify-content: space-between; }
    #motiv--editor .arrange--section ul li {
      display: flex; }
      #motiv--editor .arrange--section ul li.divider {
        width: 1px;
        background: #f3f3f3; }
      #motiv--editor .arrange--section ul li input {
        border: 1px solid #e4e5e6;
        font-weight: 600;
        border-radius: 2px;
        font-size: 16px;
        color: #222;
        width: 36px;
        height: 36px;
        text-align: center;
        padding: 15px 2px 8px;
        margin: 0 4px; }
      #motiv--editor .arrange--section ul li:last-child {
        border-right: 0; }

#motiv--editor .delete {
  border-top: 2px solid #f0f1f2;
  display: flex;
  justify-content: flex-end; }

#motiv--editor .btn--delete {
  border: 1px solid #9396a7;
  border-radius: 25px;
  width: 48px;
  height: 48px;
  float: right;
  text-align: center;
  cursor: pointer;
  background: #fff;
  background: url("../images/dustbin-icn.png") no-repeat center;
  background-size: 13px; }

#motiv--editor .color--section {
  border-top: 2px solid #f0f1f2; }
  #motiv--editor .color--section .box--title {
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 50px; }

#upload--image--section .login--block {
  padding: 20px 0 0 0;
  border: 2px solid #eee; }
  #upload--image--section .login--block .motive-innersection {
    padding: 0px 24px; }

#upload--image--section .upload--block {
  padding-bottom: 0; }

#upload--image--section .motive-para,
#upload--image--section #upload_form_img,
#upload--image--section #socialmedia-sectn,
#upload--image--section .motive-innersection {
  opacity: 0.7; }

.colour--choose {
  display: flex;
  align-items: center; }
  .colour--choose .text--color, .colour--choose .kontur--color {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    background: #000; }
    .colour--choose .text--color.kontur--color, .colour--choose .kontur--color.kontur--color {
      background: #fff; }
    .colour--choose .text--color.active::after, .colour--choose .kontur--color.active::after {
      content: "\2713";
      display: inline-block;
      font-size: 22px;
      font-weight: 600;
      color: #000;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 65%;
      transform: rotate(20deg) translateY(-50%);
      text-shadow: 0 0 15px #fff, 0 0 5px #fff; }
  .colour--choose .swap_icn {
    margin: 0 15px; }

.box--title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: .5px;
  border-bottom: 0;
  text-align: left;
  margin-bottom: 15px; }

#color--block,
#color--block--choose,
#front--configs,
#user--text--font,
#text--editor,
#font--list--choose,
#effect--list--choose,
#color--text--choose,
#color--text--kontur--choose,
#user--text--edit,
.enabled--kontur,
#add--motiv,
#motiv--category--list,
#motiv--category--clip,
#motiv--editor,
#image--editor,
#motiv-color--choose,
#group--setting,
.select--editor-menu--mobile,
.select--editor-menu--image--mobile,
.back--select--editor-menu--mobile,
#upload--image--section,
#back--text--editor,
#back--font--list,
#back--effect--list,
#back--color--list,
#back--kontur-color--list,
#back--edit--text {
  display: none; }

#product--drawing {
  position: relative; }
  #product--drawing .svg--t-shirt {
    width: 415px;
    margin: auto; }
  #product--drawing .svg--t-shirt--backside {
    width: 415px;
    margin: auto; }
  #product--drawing .canvas-container {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99; }
  #product--drawing .back--side {
    position: relative;
    display: none; }

#pmd-slider-tooltip {
  width: 90%;
  margin-left: auto;
  transform: translate(0px, -13px); }

.pmd-range-slider.noUi-background, .pmd-range-slider .noUi-background {
  border-radius: 0 !important;
  transition: 0s ease !important; }

.pmd-range-slider.noUi-target {
  height: 6px; }

.pmd-range-slider.noUi-horizontal .noUi-handle-upper .noUi-tooltip, .pmd-range-slider.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -29px !important; }

.pmd-range-slider.noUi-connect {
  background: #000 !important; }

.pmd-range-slider .noUi-tooltip {
  background: #000 !important;
  border-radius: 5px !important;
  width: 48px !important;
  margin-left: -24px !important; }
  .pmd-range-slider .noUi-tooltip:before {
    background: #000 !important; }

#group--setting .config--box {
  display: flex;
  align-items: center; }
  #group--setting .config--box .text {
    font-size: 14px;
    font-weight: 600;
    margin-right: 40px; }
  #group--setting .config--box .group-icn {
    display: block !important; }

#image--editor .arrange--section {
  border-top: 2px solid #f0f1f2; }
  #image--editor .arrange--section ul {
    list-style: none;
    display: flex;
    margin-left: 0;
    justify-content: space-between; }
    #image--editor .arrange--section ul li {
      display: flex; }
      #image--editor .arrange--section ul li.divider {
        width: 1px;
        background: #f3f3f3; }
      #image--editor .arrange--section ul li input {
        border: 1px solid #e4e5e6;
        font-weight: 600;
        border-radius: 2px;
        font-size: 16px;
        color: #222;
        width: 36px;
        height: 36px;
        text-align: center;
        padding: 15px 2px 8px;
        margin: 0 4px; }
      #image--editor .arrange--section ul li:last-child {
        border-right: 0; }

#image--editor .delete {
  border-top: 2px solid #f0f1f2;
  display: flex;
  justify-content: flex-end; }

#image--editor .btn--delete {
  border: 1px solid #9396a7;
  border-radius: 25px;
  width: 48px;
  height: 48px;
  float: right;
  text-align: center;
  cursor: pointer;
  background: #fff;
  background: url("../images/dustbin-icn.png") no-repeat center;
  background-size: 13px; }

@media screen and (max-width: 767px) {
  #back--text--editor .editor, #back--text--editor .color--section, #back--text--editor .arrange--section, #back--text--editor .back--mobile--text--menu, #back--text--editor .back--select--editor-menu--mobile, #back--text--editor .mobile--btn {
    display: none; }
  #back--text--editor .main-input-content {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 4px !important; }
  #back--text--editor .club--name--section {
    border-bottom: 2px solid #f0f1f2; }
  #back--text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .mobile--btn {
    display: none; }
  #back--text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .back--select--editor-menu--mobile {
    display: block; }
    #back--text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .back--select--editor-menu--mobile .mobile--text--menu {
      background: #fff;
      margin: 0;
      list-style: none; }
      #back--text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .back--select--editor-menu--mobile .mobile--text--menu li {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #back--text--editor:not(.text--edit):not(.arrange--edit):not(.color--edit) .back--select--editor-menu--mobile .mobile--text--menu li img {
          width: 50%;
          margin: 0;
          padding: 0;
          border: none;
          max-width: 100%;
          height: auto; }
  #back--text--editor.text--edit .deselectObject, #back--text--editor.arrange--edit .deselectObject, #back--text--editor.color--edit .deselectObject {
    display: none; }
  #back--text--editor.text--edit .editor, #back--text--editor.text--edit .mobile--btn {
    display: block; }
  #back--text--editor.text--edit .club--name--section {
    display: none; }
  #back--text--editor.arrange--edit .arrange--section {
    display: block; }
  #back--text--editor.color--edit .color--section, #back--text--editor.color--edit .mobile--btn {
    display: block; }
  #back--text--editor.color--edit .club--name--section {
    display: none; } }

#back--text--editor .btn-edit {
  border: 1px solid #00b484;
  border-radius: 25px;
  text-align: center;
  padding: 12px 0;
  flex: 1;
  background: #fff;
  color: #00b484;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-right: 15px;
  cursor: pointer; }

.add-to-cart.btn-cart{
  background: #00b484;
  color: #e4e5e6;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1.5;
  padding: 13px 8px;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 14px;
  border: none;
  cursor: pointer; 
  }

.add-to-cart.btn-cart:disabled {
    cursor: not-allowed; 
  }


  #back--text--editor .btn-edit span.pencil {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("../images/pencil-icn.png") no-repeat; }

#back--text--editor .editor .font--effect, #back--text--editor .editor .font--style {
  list-style: none;
  width: 100%;
  margin-left: 0; }

#back--text--editor .editor label {
  padding-bottom: 10px; }

#back--text--editor .editor .input--select--simulator {
  display: flex;
  align-items: center;
  padding: 6px 12px 0;
  line-height: 10px;
  border: 1px solid #e4e5e6;
  font-weight: 600;
  border-radius: 2px;
  font-size: 20px;
  color: #000;
  background: url("../images/font-arrow.png") no-repeat;
  background-position-y: 11px;
  background-position-x: 97%;
  height: 36px;
  flex: 1; }

#back--text--editor .color--section {
  border-top: 2px solid #f0f1f2;
  border-bottom: 2px solid #f0f1f2; }
  #back--text--editor .color--section .colour--choose {
    display: flex;
    align-items: center; }
  #back--text--editor .color--section h2.box--title {
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 50px; }

#back--text--editor .club--name--section {
  padding-bottom: 6px;
  padding-top: 6px; }
  #back--text--editor .club--name--section .input-content.second, #back--text--editor .club--name--section .removelinecnt {
    display: none; }
  #back--text--editor .club--name--section .club-input-block {
    display: inline-block;
    width: 100%; }
    #back--text--editor .club--name--section .club-input-block .main-input-content {
      border-bottom: 1px solid #e4e5e6; }
    #back--text--editor .club--name--section .club-input-block .addlinecnt {
      display: inline-block;
      width: 30px;
      height: 0;
      background: #f4f5f6;
      float: right;
      right: 0;
      top: 0;
      position: relative; }
      #back--text--editor .club--name--section .club-input-block .addlinecnt:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 26px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 5px;
        background-image: url("../images/icon_enter.png"); }
  #back--text--editor .club--name--section .player-input-block .player-number {
    width: 15%;
    margin-right: 15px !important; }
  #back--text--editor .club--name--section .player-input-block .player-name {
    width: 85% !important; }
  #back--text--editor .club--name--section .player-input-block label {
    padding-bottom: 12px; }

#back--effect--list .font--list--block {
  padding-left: 0;
  padding-right: 0; }
  #back--effect--list .font--list--block .font-list ul {
    border: none; }
    #back--effect--list .font--list--block .font-list ul li {
      font-size: 36px;
      padding: 20px 0 !important; }

#back--edit--text .club--name--section {
  padding-top: 18px;
  padding-bottom: 5px; }
  #back--edit--text .club--name--section .input-content.second, #back--edit--text .club--name--section .removelinecnt {
    display: none; }
  #back--edit--text .club--name--section label {
    padding-bottom: 8px; }

#back--edit--text .bulk--order--block {
  padding-top: 5px; }

#back--edit--text .edit--delete {
  padding-bottom: 12px; }

#back--edit--text .input-blocks {
  max-height: 260px;
  overflow: auto; }
  
  /*  // Updated this value from 52 to 35 start*/
  #back--edit--text .input-blocks .removeplayer {
    margin-top: -35px !important; }
  /*  // Updated this value from 52 to 35 start*/

  #back--edit--text .input-blocks .player-input-block .player-number {
    width: 15%;
    margin-right: 15px !important; }
  #back--edit--text .input-blocks .player-input-block .player-name {
    width: 85% !important; }
  #back--edit--text .input-blocks .player-input-block label {
    padding-bottom: 12px; }

#back--edit--text :first-child .removeplayer {
  display: none !important; }

.add--to--cart {
  padding: 0; }

.back--side .upper-canvas {
  pointer-events: none !important;
  width: 100%; }

.arrow_wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85% !important;
  height: auto;
  transform: translateY(-50%);
  display: block !important; }
  .arrow_wrap a.next-player {
    display: none; }
  .arrow_wrap a.prev-player {
    display: none; }

@media only screen and (max-width: 767px) {
  #front--configs .config--box {
    padding: 6px 0; }
  .arrow_wrap {
    top: 50%; }
  #text--editor .font--effect {
    display: block !important; }
    #text--editor .font--effect .range-block {
      width: 100% !important; }
      #text--editor .font--effect .range-block #pmd-slider-tooltip {
        width: 100%; }
  .config--left-bar {
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    z-index: 999 !important;
    left: 0 !important;
    padding: 0 !important; }
  .canvas-container, .svg--t-shirt, .svg--t-shirt--backside {
    max-width: 100%; }
  #canvas-product, #upper-canvas, #canvas-product-backside {
    max-width: 100%; }
  .svg--t-shirt, .svg--t-shirt--backside {
    max-width: 70% !important; } }
</pre></body></html>