@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);
body {
  background:transparent;
  display: block;
  overflow: hidden;
  padding:0px;
}
body.pace-done .iframe-container, body.pace-running .iframe-container {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}
body.small-popup .iframe-container {
  padding: 0 0;
  /*10px 3%*/
}
a,input, label, button, h1, h2, h3, h4, h5, p, span{
  font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a:focus {
  outline: medium none;
  outline-offset: 0;
}
a:focus, a:hover{text-decoration:none;}
ol, ul {
  list-style: outside none none; padding:0;
}
p {
  color: #000000;
  font-size: 11px;
  margin: 3px 0 7px;
}
audio, canvas, progress, video {
  pointer-events: auto;
}
.items-list img{max-width:100%; height: 77%;}
.pdc-btn {
  /*background: #3fbcef none repeat scroll 0 0;*/
  background: #f080b2 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.pdc-item-tool .pdc-color-list {
  padding: 5px;
  width: 100%;
  top:100%;
}
.pdc-item-tool .pdc-color-list li {
  float: left;
}
div.result {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.pdc-item-tool .pdc-color-list li.active a {border-color:#fff;}
.pdc-item-tool .pdc-color-list li a, .pdc-color-stock-list li a {
  border: 1px solid #666666;
  box-sizing: padding-box;
  float: left;
  height: 20px;
  margin: 2px;
  padding: 0;
  width: 25px;
  border-radius:0;
}
.pdc-btn-green{/*background-color:#abd46e!important;*/ background-color:#f080b2 !important;}
.pdc-btn-red{background-color:#ea6b48!important;}
.pdc-btn-blue{background-color:#1863fb!important;}
.pdc-btn-orange{background-color:#ef9c00!important;}
.pdc-btn-gray{background-color:#8EA0A3!important;}
.pdc-btn:hover {opacity:0.8; color:#fff;}
.a-link-green{/*color:#abd46e;*/ color:#f080b2;}
#pdcwrapper{margin:0px auto;}
.pdc-wrapper{
  display: block;
  z-index: 999;
  position: relative;
}
.pdc-colors .custom_color {
  display: none;
}
.pdc-container{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.pdc-center{
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.pdc_design_panel {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
}
/*-- Topbar  --*/

.show-full-screen {
  border: 1px solid #cccccc;
  color: #141823;
  cursor: pointer;
  font-size: 18px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  display: none;
}

.topbar-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
h3.item-title {
  color: #141823;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
}
.pdc-topbar .pdc-label-outline{}
.topbar-buttons {
  display: inline-block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.topbar-buttons .tool-btn.saveBtn {
  background: #ffeb3b none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px -2px #000000;
  color: #000000;
  font-size: 10pt;
  letter-spacing: 0;
  padding: 3px 15px;
  text-transform: uppercase;
}
.pdc-topbar {
  background: #f6f7f8 none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  color: #141823;
  display: block;
  float: left;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  /* new code */
  position: absolute;
  top: 0;
  z-index: 100;
}

.topbar-buttons li {
  display: block;
  float: left;
  line-height: 0;
  margin: 5px;
  padding: 0;
  position: relative;
}

.topbar-buttons li.open > .dropdown-menu {
  left: auto;
  margin: 0;
  padding: 8px 0;
  right: 0;
  min-width:120px;
}
.topbar-buttons li.open > .dropdown-menu > li a{padding:5px 10px; font-size:12px; }
.topbar-buttons li.open > .dropdown-menu > li a:focus, .topbar-buttons li.open > .dropdown-menu > li a:hover{background:#44B4AA; color:#fff; }
.topbar-buttons li.open > .dropdown-menu > li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.topbar-buttons li .tool-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #44b4aa;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 10px;
  text-transform: capitalize;
}
.topbar-buttons li .tool-btn:hover, .topbar-buttons li .continue-shopping {
  background: #44b4aa none repeat scroll 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
}
.topbar-buttons li .tool-btn.save-btn{}
.topbar-buttons li:last-child a {
  color: #000000;
  background-color: #FFF;
}
.topbar-buttons li .tool-btn i {
  font-size: 12pt;
  font-weight: lighter;
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.topbar-buttons li .tool-btn span{vertical-align: middle;}
.pdc-popup{}
.pdc-popup > h3.title{
  font-size: 14px;
  margin: 0 0 15px;
  padding: 0 15px;
  text-transform: uppercase;
  color:#000;
}
.pdc-popup ul{}
.pdc-popup ul li{}
.pdc-popup ul li a.pdc-btn{}
.pdc-popup ul li a.pdc-btn.cancel{}

.pdc-popup .form-horizontal .form-group{margin-left:0; margin-right:0;}
.form-group .form-gr-login{float:right;}
.form-gr-btm{border-top:1px solid #ddd; padding:10px 0 0;}
.form-gr-btm a{margin-bottom:5px;}
.form-gr-btm p{line-height:26px;}
.fancybox-wrap{width:40%!important;}
.fancybox-inner{width:100%!important; padding:5px;}
#pdc-reset-cont ul li {display:inline-block;}
.pdc-popup ul.saving {
  display: block;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 10px;
}
#pdc-save-cont li.complete{
  float: left;
}
#pdc-save-cont li.complete .pdc-btn{text-align: right; -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;}
#pdc-save-cont li.loading{
  float: left;
}
#pdc-save-cont li.loading .pdc-btn{text-align: left; -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;}

.pdc-popup .share-info{
  border: 1px solid #cdcdcd;
  display: block;
  margin: 0 auto 15px;
  max-width: 94%;
  overflow: hidden;
  padding: 10px;
}
.share-info .img-left{ padding-left: 0;}

.share-info .cont-right{padding-right:0;}
.share-info .cont-right .title{color: #000000;     font-size: 18px;}
.share-info .cont-right .link{
  color: #646464;
  display: block;
  margin: 5px 0;
}
.share-info .cont-right .des{
  color: #000000;
  display: block;
  margin: 10px 0 0;
  overflow: hidden;
}
.share-btn-list li{list-style: outside none none; margin: 0 0 10px;}
.share-btn-list li a{height: 30px;
  line-height: 30px;
  width: 100% !important;}
.share-btn-list li a span{
  display:none!important; background:none!important;
}

.share-buttons div{ margin:0px auto; text-align:center;}
.share-buttons div a{ display:inline-block; float:none!important;}
/*--  End Topbar --*/
.pdc-wrap-main {
  background: #f0e9d4 url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/sprinkles.png") repeat scroll 0 0;
  display: inline-block;
  /* height: 95%; */
  position: relative;
  width: 100%;
}
/*-- Area Left  --*/
.pdc-area-left {
  background: #fefefe none repeat scroll 0 0;
  border-right: 1px solid #e9eaed;
  display: inline;
  float: left;
  height: 100%;
  position: relative;
  width: 28%;
  overflow-y: auto;
}
.pdc-area-left.collapse-left {
  min-width: 80px;
  width: 0;
  overflow:hidden;
}
.pdc-area-left .pdc-tabs > ul.nav {
  background: #f6f7f8 none repeat scroll 0 0;
  border-top: 0 solid #f6f7f8;
  float: left;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
  width: 25%;
  z-index: 10;
  min-width:80px;
}
.pdc-area-left ul{
  border: medium none;
  padding: 0;
  text-align: center;
  margin:0;
}
.pdc-area-left ul li{ margin: 0; }
.tabs-left li{width:100%;}
/* .pdc-area-left .pdc-tabs > ul.nav-tabs li a:hover{background-color:#454545;  color:#fff;} */
.pdc-area-left .pdc-tabs > ul li.active a {
  background-color: transparent;
  /* color: #00bfa5 !important; */
}
.pdc-area-left .pdc-tabs > ul.nav li a {
  border-color: rgba(255, 255, 255, 0.2) -moz-use-text-color -moz-use-text-color;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-style: solid none none;
  border-width: 0 medium medium 0;
  color: #4e5665;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 15px 2px;
  text-transform: capitalize;
  /* transition: all 0.15s linear 0s, opacity 0s linear 0s; */
  word-wrap: break-word;
}
.pdc-area-left .pdc-tabs > ul.nav li a i {
  clear: both;
  font-size: 25px;
  padding-bottom: 2px;
  width: 100%;
}
.pdc-tabs {
  height: 100%;
  position: relative;
}
.pdc-area-left .pdc-tabs ul.tabs-left li.active > a::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 10px 8px 10px 10px;
  bottom: 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 25px;
}

/* Active Status */
.pdc-area-left ul.nav li a img{max-width:100%;}
.pdc-area-left ul.nav li.active a {
  background: #44b4aa none repeat scroll 0 0;
  color: #ffffff;
}
.pdc-area-left .pdc-tabs > ul.nav-tabs li.active a:hover{color:#fff;}
.pdc-area-left .pdc-tabs > ul.nav-tabs li a:hover{
  color: #44b4aa;
}
.pdc-area-left .pdc-tabs > .tab-content{padding: 0px 0 0; }

.pdc-area-left .pdc-tabs > .tab-content {
  display: block;
  float: left;
  left: 0;
  position: relative;
  width: 74%;
}
.pdc-area-left .pdc-tabs > .tab-content.open .tab-pane{opacity:0.4;}
.pdc-area-left .pdc-tabs > .tab-content.open .toggle-cont{left: 60px;    right: auto;}
.pdc-area-left .pdc-tabs > .tab-content.open .tab-pane .gallery-items li{pointer-events:none; }
.pdc-area-left .pdc-tabs > .tab-content.open{
  /* visibility: visible;
  left:40px; */
  opacity:0;
}

.pdc-area-left .pdc-tabs > .tab-content > .tab-pane {
  color: #333;
  display: none;
  left: 0;
  padding: 0px 0 35px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pdc-area-left .pdc-tabs > .tab-content > .tab-pane.active{left:0px;display:block;}
.pdc-area-left .pdc-tabs > .tab-content > .tab-pane > h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 45px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  font-weight:bold;
  z-index: 1;
  text-transform:uppercase;
}
.pdc-area-left .tab-content .tab-pane ul{}
/* .gallery-items li:nth-last-child(-n+3) {
  float: left;
} */
.pdc-area-left .tab-content .tab-pane > ul > li {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  /* transition: all 0.2s linear 0s; */
  z-index:1;
}
.pdc-area-left .tab-content .tab-pane > ul > li.active{margin-bottom:45px;}
#pdc-e-color .pdc-color-list > li {
  display: inline-block;
}
#freedrawing .pdc-color-list > li {
  display: inline-block;
}
#pdc-e-color .pdc-color-list a:hover, .pdc-item-tool .pdc-color-list li a:hover, .pdc-color-stock-list li a:hover {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}
#freedrawing .pdc-color-list a:hover, .pdc-item-tool .pdc-color-list li a:hover, .pdc-color-stock-list li a:hover {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}
#pdc-e-color .pdc-color-list a {
  display: block;
  height: 23px;
  width: 25px;
  cursor: pointer;
  cursor:pointer;
}
#freedrawing .pdc-color-list a {
  display: block;
  height: 23px;
  width: 25px;
  cursor: pointer;
  cursor:pointer;
}
#pdc-e-color .pdc-color-list{text-align:left; display:block!important;}
#freedrawing .pdc-color-list{text-align:left; display:block!important;}
#apps ul{}
#upload.active .tab-content .tab-pane, #productDesign.active .tab-content .tab-pane, #apps.active .tab-content .tab-pane {
  height: 0;
  opacity: 0;
}
#productDesign.active .tab-content .tab-pane.active, #upload.active .tab-content .tab-pane.active, #apps.active .tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  padding-top: 15px;
}
#productDesign.active .tab-content, #upload.active .tab-content, #apps.active .tab-content {
  display: block;
  margin-top: 0;
  overflow: visible;
  padding-top: 7px;
  position: relative;
  width: 100%;
}
#productDesign.active .tab-content .tab-content,
#upload.active .tab-content .tab-content,
#apps.active .tab-content .tab-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-top: 0;
  padding-top: 0;
}
#productDesign ul.nav > li, #productDesign ul.nav > li, #upload ul.nav > li, #apps ul.nav > li {
  float: left;
  margin: 0 0 3px 1px;
  padding: 0;
  width: 32%;
}
#productDesign ul.nav > li a span, #upload ul.nav > li a span, #apps ul.nav > li a span {
  clear: both;
  display: block;
  line-height: 25px;
  text-align: center;
  width: 100%;
}
#productDesign ul.nav > li a i, #upload ul.nav > li a i, #apps ul.nav > li a i {
  background: #ce4e41 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  /* width: 100%; */
}
/* Own style foreach button */

#d-background i {
  background: #0096dd none repeat scroll 0 0 !important;
}
/* #background{border-top:#0096dd solid 8px;} */
#background::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0096dd rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#d-pcolors i {
  background: #62BE06 none repeat scroll 0 0 !important;
}
/* #productcolor{border-top:#62BE06 solid 8px;} */
#productcolor::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #62BE06 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#d-templates i {
  background: #F37C00 none repeat scroll 0 0 !important;
}
/* #templates{border-top:#F37C00 solid 8px;} */
#templates::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F37C00 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 13%;
    position: absolute;
    top: -9px;
    width: 8px; */
}

#p-instagram i {
  background: #B8906D none repeat scroll 0 0 !important;
}
/* #u-instagram{border-top:#B8906D solid 8px;} */
#u-instagram::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #B8906D rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#p-facebook i {
  background: #4C66A4 none repeat scroll 0 0 !important;
}
/* #u-facebook{border-top:#4C66A4 solid 8px;} */
#u-facebook::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4C66A4 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 78%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#p-upload i {
  background: #7FBD01 none repeat scroll 0 0 !important;
}
/* #u-upload{border-top:#7FBD01 solid 8px;} */
#u-upload::before{
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7FBD01 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 13%;
    position: absolute;
    top: -9px;
    width: 8px; */
}

/* #clipart{border-top:#ce4e41 solid 8px;} */
#clipart::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ce4e41 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#a-shape i {
  background: #0096dd none repeat scroll 0 0 !important;
}
/* #shapes{border-top:#0096DD solid 8px;} */
#shapes::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0096DD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 78%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#a-mask i {
  background: #62be06 none repeat scroll 0 0 !important;
}
/* #frames{border-top:#62be06 solid 8px;} */
#frames::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #62be06 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 13%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#a-photo i {
  background: #f37c00 none repeat scroll 0 0 !important;
}
/* #photo{border-top:#f37c00 solid 8px;} */
#photo::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f37c00 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 13%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#a-qrcode i {
  background: #607d8b none repeat scroll 0 0 !important;
}
/* #qrcode{border-top:#607d8b solid 8px;} */
#qrcode::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #607d8b rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 8px; */
}
#a-curvedtext i {
  background: #e91e63 none repeat scroll 0 0 !important;
}
/* #curvedtext{border-top:#e91e63 solid 8px;} */
#curvedtext::before {
  /*   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e91e63 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    height: 10px;
    left: 45%;
    position: absolute;
    top: -16px;
    width: 8px; */
}
#productDesign ul.nav > li a, #upload ul.nav > li a, #apps ul.nav > li a {
  /* background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2); */
  border:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background:#f2f2f2;
  padding-top:5px;
}

#productDesign ul.nav > li.active a, #productDesign ul.nav > li a:hover, #upload ul.nav > li.active a, #upload ul.nav > li a:hover, #apps ul.nav > li.active a, #apps ul.nav > li a:hover {
  background: #EBE4D2;
  border: medium none;
  color: #000000;
}
#productDesign ul.nav > li a img,
#upload ul.nav > li a img,
#apps ul.nav > li a img {
  display: inline-block;
  float: none;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
#productDesign ul.nav > li a span{display:block;
  float: none;
  line-height: 20px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  word-wrap: break-word;
}
#upload ul.nav > li a span,
#apps ul.nav > li a span {
  display: inline-block;
  float: none;
  line-height: 20px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  word-wrap: break-word;
}
#productDesign > ul > li > a:hover,
#upload > ul > li > a:hover,
#apps > ul > li > a:hover{text-decoration: none;}
#productDesign > ul > li > a:hover img,
#upload > ul > li > a:hover img,
#apps > ul > li > a:hover img{ transform: rotate(-6deg);}
#productDesign > ul > li  > a img,
#upload > ul > li  > a img,
#apps > ul > li  > a img{
  -webkit-box-shadow: 7px -7px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow:    7px -7px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow:         7px -7px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*  transition: opacity 0.15s linear 0s, transform 0.15s linear 0s; */
}
#productDesign ul li a span.title,
#upload ul li a span.title,
#apps ul li a span.title {
  color: #f2f2f2;
  display: block;
  padding-top: 5px;
}
#productDesign .pdc-show-content .items-list{max-height:160px!important;}
.pdc-show-content .canvas-container {
  width: 100%;
  /* height: 200px !important; */
}
/* QRCODE */
#qrCode.active .tab-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}
#qrCode ul.nav > li a {
  border: 1px solid #cccccc !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  margin-right: 3px;
  padding: 3px 5px;
  width: auto;
}
#qrCode ul.nav > li {
  float: left;
  margin: auto;
  padding: 0;
  width: auto;
}
#qrCode.active .tab-content .tab-pane {
  padding: 0;
}
#qrCode .pdc-show-content-detail {
  padding: 0;
  margin:0px;
}
#qrCode ul.nav > li.active a {
  background: #607d8b none repeat scroll 0 0;
  border-color: #607d8b !important;
  color: #ffffff;
}
#qrcode ul.nav li a i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
}
#qrCode ul.nav > li.active a  i{
  color: #ffffff;
}
.toggle-cont {
  font-size: 30px;
  height: 35px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 10px;
  width: 35px;
  z-index: 9;
}
.toggle-cont a{color:#000000; display: block; width:100%;cursor:pointer;}
.toggle-cont a i{display: block; width:100%;}

.pdc-area-left .pdc-show-content.expanded{opacity:1;
  -webkit-transform: translate(0px, 20px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  -moz-transform: translate(0px, 20px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  -o-transform: translate(0px, 20px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  -ms-transform: translate(0px, 20px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  transform: translate(0px, 20px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  z-index: 10;
}
/* Popular style for Search form */
.pdc-search {
  text-align: center;
}
.pdc-search > input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  padding: 5px;
  width: 100%;
}
.pdc-area-left .pdc-show-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #181818;
  margin: 0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  position: relative;
}

.pdc-area-left li.active .pdc-show-content::before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pdc-area-left li.active .pdc-show-content {
  background: #f5f5f5 none repeat scroll 0 0;
  clear: both;
  margin-bottom: 20px;
  margin-top: 15px;
  max-height: 100% !important;
  padding-bottom: 10px;
  padding-top: 15px;
}
.pdc-area-left .pdc-tabs li.gallery-item:nth-child(7) .pdc-show-content{left:-50%!important;}
.pdc-area-left .pdc-tabs li.gallery-item:nth-child(8) .pdc-show-content{left:-150%!important;}
.pdc-area-left .pdc-tabs li.gallery-item:nth-child(3n+1) .pdc-show-content{left:0;}
.pdc-area-left .pdc-tabs li.gallery-item:nth-child(3n+2) .pdc-show-content{left:-99%;}
.pdc-area-left .pdc-tabs li.gallery-item:nth-child(3n) .pdc-show-content{left:-199%;}
.pdc-show-content h3.title span {
  display: block;
  font-weight: 300;
  padding: 10px 0;
}
.pdc-show-content h3.title p{margin-top:-5px; line-height: 18px; margin-left:10px;}
.pdc-show-content h3.title{
  background:#f2f2f2;
  color: #181818;
  font-size: 12px;
  margin: 0;
  padding:10px 5px 10px;
  text-align:left;
  font-weight:normal;
}
.pdc-show-content h3.title .a-link{color:#3eb8b4;}
.pdc-show-content .select-cont {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.pdc-show-content select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  width: 100%;
}
.pdc-show-content select option {
  display: block;
  height: 25px;
  line-height: 30px;
  vertical-align: middle;
}
.fake-select i{height:100%; line-height:32px;}
.fake-select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0 5px 5px 0;
  height: 35px;
  line-height: 32px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 20px;
}
.pdc-filter .items-list{/* max-height: 404px; overflow: scroll; */}
.pdc-show-content .items-list{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-bottom: 15px;
  /* max-height: 250px !important;
  overflow: auto; */
  z-index:0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.pdc-show-content .items-list li:nth-child(4n+3) {
  margin-right: 0;
}
.pdc-show-content .items-list li:hover{
  border: 1px solid #000;
  cursor: pointer;
}
.scroll-wrapper.items-list{margin-top:10px;}
/*-- Scrollbar  --*/
.scroll-element.scroll-y {
  height: 100%;
  min-height: 93%;
  right: 0;
  top: 0;
  width: 12px;
}
.scroll-element, .scroll-element div {
  border: medium none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scroll-element, .scroll-element div {
  border: medium none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}
.scroll-element .scroll-bar {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #fefefe 0%, #f5f5f5 100%) repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scroll-element .scroll-element_size {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%) repeat scroll 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/*-- End Scrollbar  --*/
.panel-mst .panel-default {
  border: medium none;
  box-shadow: none;
  padding: 0 5px;
  text-align: left;
}
.panel-group{margin:0px;}
.panel-mst .panel-default > .panel-heading{padding:0px;}
.panel-mst .panel-default h4 a {
  background: #f3edd6 none repeat scroll 0 0;
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  padding: 5px 0;
}
.panel-mst .panel-default h4 a .fa {
  padding: 0;
  text-align: center;
  width: 30px;
}
.panel-mst .panel-default h4 a::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid #44b4aa;
  color: #44b4aa;
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: lighter;
  height: 20px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  text-align: center;
  width: 20px;
}
.panel-mst .panel-default h4 a.collapsed::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #cccccc;
  color: #cccccc;
  content: "\f107";
}
.panel-mst .panel-default  h4 a.collapsed{color:#666; background:#f2f2f2;}
.panel-mst .panel-body{padding:10px;}
.textControls li {
  cursor: pointer;
  padding-right: 5px;
  text-align: center;
}
.textcontrols li a {color:#000000;}
.textcontrols li a:hover {
  color: #3399cc;
}
.pdc-show-content .items-list li {
  border: 1px solid #dddddd;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 5px 5px 3px 1px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 55px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.pdc-show-content .items-list li.warming {
  border: 1px solid #D15512;
}
.pdc-show-content .items-list li > span {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  font-size: 9px;
  padding: 0px 2px;
  position: absolute;
  right: 0;
  bottom : 16;
  text-transform: uppercase;
}
.pdc-show-content .items-list li .del-upload-image-btn {
  background: #ff5959 none repeat scroll 0 0;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 10000;
  width: 25px;
  height: 25px;
  line-height: 23px;
}

#background .pdc-show-content .items-list li {
  border: 1px solid #808080;
  cursor: pointer;
  float: left;
  height: auto;
  margin: 5px 5px 3px 1px;
  padding: 0;
  text-align: center;
  width: 28%;
}
#background .pdc-show-content .items-list li a {
  background: #808080 none repeat scroll center center;
  display: block;
  height: 45px;
  width: 100%;
}
#templates .pdc-show-content .items-list li{width:70px; height:70px;}
.pdc-show-content .items-list li.active{border-color:#000;}
.pdc-btn-show.active{}
.pdc-btn-show.active.opacity{opacity:1;}
.opacity{opacity:0.2; }
.active.opacity, .over.opacity{opacity:1;}

.pdc-btn-show.active .arrow{display:block!important;}
.pdc-btn-show .arrow{display:none;}
.pdc-btn-show .arrow:before{
  content:"\f0de";
  color:#f2f2f2;
  font-family: fontawesome;
  font-size: 30px;
}

.pdc-show-content .items-list li a {
  background: #808080 none repeat scroll 0 0;
  display: block;
}
.pdc-show-content-detail{font-size: 12px; padding-bottom:10px;}
.pdc-show-content-detail .nav-tabs{margin-bottom: -1px;}
.pdc-show-content-detail .nav-tabs li a:hover{
  border-bottom-style: none;
  border-color: #dddddd;
}
.pdc-show-content-detail .nav-tabs li.active a{}
.pdc-show-content-detail .tab-content{  border-top: 1px solid #dddddd;}
.pdc-show-content-detail .tab-content .tab-pane{
  color: #19262c !important;
  padding: 10px 0 0;
  text-align: left;
}
.tab-content .top-pane input{
  border: 1px solid #c1c1c1;
  color: #aaaaaa;
  height: 32px;
  line-height: 32px;
  margin: 0 0 15px;
  padding: 5px;
  width: 100%;
}
.tab-content .main-pane  {text-align:center;}
.tab-content .main-pane button {margin-bottom:5px;}
.pdc-btn.gene-qrcode-btn{background-color:#abd46e; width:auto; margin:0px auto;}
.pdc-btn.add-design-btn{
  /* margin-left: auto;
  margin-right: auto;
  max-width: 85%; */
}
#qrcode .add-design-btn{display:none;}
.upload-type{font-style:italic;}
.list-type-format li{
  background: #dfdfdf none repeat scroll 0 0;
  display: inline-block;
  padding: 2px;
  margin: 0 0 3px !important;
  font-size: 10px;
}
.pdc-upload-area, .pdc-refresh-area{
  border: 1px solid #dadada;
  cursor: pointer;
  display: block;
  margin: 0 0 15px;
  /**overflow: hidden;**/
  padding: 40px 10px;
  vertical-align: middle;
}
.upload-btn{background:#abd46e;}
.pdc-refresh-area{}
.pdc-refresh-area button{margin: 0 auto; max-width: 60%;}
.pdc-show-content-detail a.pdc-link{font-size: 14px; letter-spacing: 1px;}

.pdc-upload-area{max-height:220px; min-height:100px;}
.pdc-upload-area .dz-preview{}


/*-- End Area Left  --*/
/*-- Area Main  --*/
.pdc-area-main.expand-main {
  display: block;
  margin-left: 0;
  width: 90%;
}
.pdc-area-main {
  background:transparent;
  border-left: 0 solid #f2f2f2;
  display: block;
  float: right;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 57% !important;
}
/*-- Toolbar  --*/
.pdc-main-top{background:#FAFAFA;  margin:0;}
.pdc-toolbar{}
.pdc-toolbar ul{padding: 0; margin:0;}
.pdc-toolbar ul li{display:inline-block;  }
.pdc-toolbar ul li a.pdc-btn-open {
  background-color: rgba(0, 0, 0, 0);
  background-position: left center;
  background-repeat: no-repeat;
  color: rgb(0, 0, 0);
  display: block;
  font-size: 10pt;
  font-weight: 300;
  padding: 15px 10px 15px 30px;
  text-transform: capitalize;
}
.pdc-toolbar ul li a.pdc-temp{background-image: url("../icon/pdc-temp.png");}
.pdc-toolbar ul li a.pdc-bkground{background-image: url("../icon/pdc-temp.png");}
.pdc-toolbar ul li a span{}
.pdc-toolbar ul li a.pdc-temp:hover{background-image: url("../icon/pdc-temp-hover.png");}
.pdc-toolbar ul li a.pdc-bkground:hover{background-image: url("../icon/pdc-temp-hover.png");}
.pdc-toolbar ul li a:hover{color:#fba628;}
.pdc-toolbar ul li a:hover span{}
.pdc-toolbar-content.expanded{opacity:1; left:0;}
.pdc-toolbar-content{
  border-radius: 0;
  border-top: 1px dotted #e4e4e4;
  box-shadow: none;
  width: 300px;
  opacity:0;
  position:absolute;
  /* z-index:10; */
  left:10000px;
  background:#fff;
  /* display:none; */
}
.pdc-toolbar-content .pdc-search{ margin: 0;     padding: 10px 10px 0;}
.pdc-toolbar-content .pdc-search input{
  border: 1px solid #e6e6e6;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  width: 100%;
}
.pdc-toolbar-content .pdc-filter{  padding-bottom: 20px;}

.pdc-toolbar .tab-content > .tab-pane{position:absolute; width:300px; z-index:10;}

/*-- Mobile Zoom  --*/
.pdc-zoom {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  bottom: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 0;
  padding-top: 15px;
}
.pdc-zoom button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 1rem;
  margin: 0;
  padding: 3px;
  text-transform: uppercase;
  vertical-align: middle;
}
.pdc-zoom .btn-zoom {
  background: #aaaaaa none repeat scroll 0 0;
  border-radius: 2px;
  clear: both;
  color: #000000;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-top: 10px;
  padding: 0 5px;
  text-transform: capitalize;
  width: auto;
  font-weight: 700;
}
.pdc-zoom input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  width: 80%;
  color:#000000;
}
.btn-zoom:hover{background:#f4f4f4;}
/*-- End Mobile Zoom  --*/
/* Desktop Zoom */
.pdc-main-bottom .pdc-zoom {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 0px;
  border-top: medium none;
  bottom: 0;
  color: #ffffff;
  float: left;
  font-size: 1rem;
  line-height: 20px;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 35px;
  box-shadow:2px 2px 3px rgba(0,0,0,.25);
  visibility:hidden;
}
.pdc-main-bottom .pdc-zoom .btn-zoom {
  clear: none;
  color: #4e5665;
  display: block;
  float: left;
  font-size: 12px;
  height: auto;
  letter-spacing: 0;
  margin-top: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.pdc-main-bottom .pdc-zoom input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid rgba(255, 255, 255, 0.1);
  color: #4e5665;
  display: block;
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
.pdc-main-bottom .pdc-zoom button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 1rem;
  margin: 0;
  padding: 3px;
  text-transform: uppercase;
  vertical-align: middle;
}
.pdc-main-bottom .pdc-zoom .btn-zoom:hover {
  background: #44b4aa none repeat scroll 0 0;
  color: #ffffff;
}
/* End Desktop Zoom */

.pdc-scroll.expanded .pdc-design-view {min-width:1300px;}
.pdc-scroll.expanded {
  margin-left:300px;
}
.pdc-scroll {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  position: relative;
}
.pdc-scroll > div{
  overflow:hidden;
  display:block;
}
.pdc-scroll .vip-scrollbar{overflow:scroll;}
/*-- End Toolbar  --*/

.pdc-design-view{ text-align:center; padding:0px; /* min-width:1100px; */}
.pdc-design-area{margin:5px;}
.pdc-design-area .pdc-product-image img{max-width:none;}

/*-- Sides tab  --*/
.sides-tab {
  background: #f2f2f2 none repeat scroll 0 0;
  display: inline-block;
  margin: 5px;
  padding: 3px;
  text-align: center;
  box-shadow:2px 2px 3px rgba(0,0,0,.25);
}
#pdc_sides > h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
#pdc_sides label {
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0 5px;
}
#pdc_sides h3 i {
  cursor: pointer;
}
.tab-sides{
  margin: 0;
  padding: 0;
}
.tab-sides li {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  margin: 10px 0 0;
}
/* .tab-sides li:last-child{margin:0;}	 */
.tab-sides li img {
  max-height: 50px;
  max-width: 100%;
  overflow: hidden;
  width: auto !important;
}
.tab-sides li span {
  color: #000000;
  display: block;
  font-size: 1rem;
  line-height: 20px;
}
.tab-sides li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: block;
  padding: 0px;
}
.pdc-product-image {
  box-shadow: 0 0 5px rgba(0, 0, 0, 63%);
  position: relative;
  box-sizing:content-box;
  border-bottom:3px solid #c8c8c8;
}
@-moz-document url-prefix() {
.pdc-product-image {
  box-shadow: 0 0 5px rgba(0, 0, 0, 63%);
  position: relative;
  box-sizing:content-box;
  border-bottom:20px solid #c8c8c8;	
}
}
.tab-sides li a.active{border-color:#3FBCEF;}
.tab-sides li a:hover{border-color:#3FBCEF;}
.nav-tabs > li > a{padding-left:10px; padding-right:10px;margin-right:0px;}
/*-- End Sides Tab  --*/
/*-- Edit Tool --*/

#text .text-content {
  padding: 0 10px;
}
.pdc-edit-tool-left {
  /* float:left;
  width:100%; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 4%;
  justify-content: space-between;
}
/*z*/
.pdc_design_panel .h2 {
  line-height: 1;
  text-transform: capitalize;
  font-size: 24px;
  margin: 0 0 1rem;
  text-align: center;
}
.select_language,
.sugg_msg {
  width: 48%;
}
.txt_editor {
  width: 100%;
}
p.fronts_languages {
  font-size: 16px;
}

.pdc-text-effect-control .label {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
.pdc-text-effect-control input{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  max-width: 46%;
  vertical-align: top;
}
.text-effect {
  float:left;
  width:100%;
}
.text-effect > h3, #pdc_text_curved_control > h4, #pdc_font_curved_control h4{
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-align:left;
}
.text-effects .dropdown-effects {
  display: block;
  height: 30px;
  cursor:pointer;
  position:relative;
}
.text-effects .dropdown-effects::after {
  color: #aaa;
  content: "\f0d7";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 20px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
}
.text-effects .dropdown-effects li.init {
  align-items: center;
  border: 1px solid rgb(204, 204, 204);
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 100%;
  width: 100%;
}
.text-effects .dropdown-effects li.init img {
  display: none;
}
.text-effects .dropdown-effects li:not(.init) {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  display: none;
  float: left;
  margin-top: 5px;
  width: 49%;
}
.text-effects .dropdown-effects li:not(.init) > span{display:none;}
.text-effects .dropdown-effects li:not(.init):hover, .text-effects .dropdown-effects li.selected:not(.init) { border-color:#44b4aa; }
.pdc-extra-font {position:relative;}
.pdc-extra-align, .pdc-extra-font {
  float: left;
  margin: 10px 0 5px;
  text-align: left;
  width: 100%;
  position:relative;
}
.pdc-extra-item{
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
  max-width: 28%;
  vertical-align: top;
}
.pdc-extra-item label{
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.pdc-extra-item .pdc-sp-number{
  position: relative;
  width: 70px;
}
.pdc-sp-number .sp-minus, .pdc-sp-number .sp-plus{
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  width: 17px;
}
.pdc-sp-number .sp-minus:before{content: "\f0d8"; top:0;}
.pdc-sp-number .sp-plus:before{content: "\f0d7"; bottom:0;}
.pdc-sp-number .sp-minus:before, .pdc-sp-number .sp-plus:before{
  color: #333;
  font-family: fontawesome;
  font-size: 14px;
  height: 20px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 17px;
  border:1px solid #ccc;
  border-bottom:none;
}
.pdc-sp-number .sp-minus{ top: 0;}
.pdc-sp-number .sp-plus{ bottom: 0;}
.pdc-sp-number .sp-input{}
.pdc-sp-number .sp-input input{
  border: 1px solid #ccc;
  display: inline-block;
  height: 35px;
  max-width: 100%;
  padding: 0 0 0 20px;
  width: auto;
}
.pdc-extra-color{vertical-align: bottom; float:none!important;}
.pdc-extra-color a{
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
  display: inline-block;
  height: 35px;
  vertical-align: bottom;
  width: 35px;
  cursor:pointer;
  border: 1px solid #ccc;
}
.pdc-edit-top {
  position: relative;
}
.pdc-edit-tool-left .title {  font-size:12px;}
.pdc-edit-top .title {
  float: left;
  margin:5px 0 0;

}
.pdc-edit-top .pdc-colors {
  float: right; font-size:12px;
}
.pdc-edit-tool {
  background: #6E6E6D;
  left: 0;
  /* opacity: 0.9; */
  position: absolute;
  top: 0;
  z-index: 99;
  display:none;
}
.pdc-fonts-family {
  float: left;
  width: 100%;
  overflow:hidden;
}
.pdc-fonts-size {
  float: left;
  width: 55px;
  overflow:hidden;
}
.pdc-colors{}
.pdc-del-tool {}
.pdc-item-tool.pdc-fonts-size{/* position:relative; */}
.pdc-item-tool.pdc-more-tool {
  border: medium none;
  /*   position: relative; */
}
.pdc-edit-tool-left .pdc-list-item {
  display: block;
  float: left;
  margin: 10px 0 5px;
  text-align: left;
  width: 100%;
  font-size:12px;
}
.pdc-edit-tool-left .pdc-list-item  ul{text-align:left;}
.pdc-list-font .pdc_edit_text_only a {
  border: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  margin: 0 1px 0 0;
  padding: 8px;
}
.pdc-fonts-sizes {
  max-width: 60px;
}
.pdc-fonts-family {
  max-width: 195px;
}

.pdc-list-font .pdc_edit_text_only a:hover, .pdc-list-align .pdc_edit_text_only a:hover {
  background-color: rgb(0, 204, 186);
  border-color: rgb(0, 204, 186);
  color: rgb(255, 255, 255);
}
.pdc-list-align .pdc_edit_text_only  a{
  color:#333;
  font-size:20px;
  cursor:pointer;
  margin: 0 10px 0 0;
}

.pdc-item-tool.pdc-more-tool .pdc-list-tool{left:auto!important;right:0px; text-align:left;}
.pdc-edit-tool .item-tool {}
.tool-items .pdc-item-tool{}
.tool-container .tool-items .pdc-item-tool{border-right:1px solid #aaa;}
.tool-container .tool-items .pdc-item-tool:last-child{border-right:none;}
#pdc_toolbar_options {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: 2px solid rgb(245, 245, 245);
  border-radius: 3px;
}
/* #pdc_toolbar_options.objimg {
  width: 129px;
}
#pdc_toolbar_options.objimg.fill {
  width: 170px;
} */
.exchange_y {
  transform: rotate(90deg);
}
.pdc-colors img{}
.pdc-colors a {
  /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
  width: 35px;
  border: 1px solid #ccc;
}
.pdc-del-tool a:hover, .pdc-edit-tool-right .pdc-more-tool a:hover, .pdc-flipx a:hover, .pdc-flipy a:hover {background:#00ccba none repeat scroll 0 0;}
.pdc-del-tool a i, .pdc-more-tool a i, .pdc-flipx a i, .pdc-flipy a i {line-height:30px;}
.pdc-del-tool a, .pdc-edit-tool-right .pdc-more-tool a, .pdc-flipx a, .pdc-flipy a {
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 100%;
  padding: 0;
  text-align: center;
  width: 30px;
}
.pdc-item-tool {
  cursor: pointer;
  float: left;
  line-height: 30px;
  padding: 0;
}
.pdc-edit-tool-right .pdc-edit-close {
  color: rgb(51, 51, 51);
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.pdc-edit-tool-right .pdc-more-tool{text-align:left;}
.pdc-edit-tool-right .pdc-list-tool li{display:inline-block;}
.pdc-item-tool h3.chose i{float:right; margin:0 0 0 8px;}
.pdc-item-tool h3.chose.active, .pdc-item-tool > a.active {background:#44B4AA;}
.pdc-more-tool > a {min-width:32px;}
.pdc-item-tool h3.chose {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 7px 5px 8px;
  text-align: left;
}
.pdc-item-tool ul {
  background: #3f4652 none repeat scroll 0 0;
  left: 0;
  padding: 10px 0;
  position: absolute;
  border-top:1px solid #999;
  top: 100%;
  transform: translate3d(0px, 0px, 0px);
  width:100%;
  z-index:10;
}
.pdc-list-item li {
  display: inline-block;
}
.pdc-style-family{
  z-index: 4;
}
.pdc-fonts-content {position:relative;}
.pdc-fonts-size-2::after, .pdc-fonts-content::after{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: rgb(170, 170, 170);
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 20px;
  height: 29px;
  outline: medium none;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 9999;
}
.pdc-fonts-size-2::after {
  color: rgb(153, 153, 153);
  font-size: 14px;
  height: 29px;
  line-height: 28px;
  right: 0;
  width: 20px;
  z-index: 9999;
}
.pdc_edit_text_only{position:relative; display:inline-block; margin-top:5px; }
.pdc_edit_text_only select{
  cursor: pointer;
  height: 30px;
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 0 10px;
  width: 100%;
}
.pdc_edit_text_only select option{color:#000;}
.pdc_edit_text_only .fake-select{
  background: #3f4652 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  margin: 0;
  right: -2px;
  width: 27px;
}
#text-horizontal, #text-vertical{font-size:12px;}
.text-bold{font-weight:bold;}
.text-italic{font-style:italic;}
.text-underline{text-decoration:underline;}
.pdc-style{z-index:3;}
.pdc-color-list{z-index:2;}
.pdc-list-tool{z-index:1; margin:0;}
.nodisplay {display:none;}
.pdc-transparency-slider {
  float: left;
  padding: 0;
  width: 100%;
}
.pdc-list-tool li.on:after{
  /* content:"\f00c";
  font-family:fontawesome;
  font-size:14px;
  color:#fff;
   position: absolute;
  right: 0px;
  top: -10px; */
}
#pdc_text_edit {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 5px 0 0;
  width: 100%;
}
#pdc_text_edit textarea {
  max-width: 100%;
  min-height: 45px;
  /* padding: 3px 5px; */
  background: transparent;
  border-bottom: 1px solid #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#pdc_text_edit textarea:focus,
#pdc_text_edit textarea:active {
  background: #ffffff;
  border-bottom: 1px solid #44b4aa;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.pdc-transparency-slider label {
  color: #fff;
  float: left;
  padding: 0 10px 0 0;
  text-indent: 5px;
}
#pdc_text_edit input {
  width: 100%;
}
.pdc-transparency-slider input {
  float: left;
  margin: 0 15px;
  padding: 0;
  width: 170px;
}
.pdc-transparency-slider input[type=range] {
  -webkit-appearance: none;
}
.pdc-transparency-slider input[type=range]:focus {
  outline: none;
}
.pdc-transparency-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #565655;
  border-radius: 0px;
  border: 0px solid #000000;
}
.pdc-transparency-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 5px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 10px;
  background: #565656;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.pdc-transparency-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #565655;
}
.pdc-transparency-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #565655;
  border-radius: 0px;
  border: 0px solid #000000;
}
.pdc-transparency-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 5px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 10px;
  background: #565656;
  cursor: pointer;
}
.pdc-transparency-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.pdc-transparency-slider input[type=range]::-ms-fill-lower {
  background: #565655;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
.pdc-transparency-slider input[type=range]::-ms-fill-upper {
  background: #565655;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
.pdc-transparency-slider input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 5px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 10px;
  background: #565656;
  cursor: pointer;
}
.pdc-transparency-slider input[type=range]:focus::-ms-fill-lower {
  background: #565655;
}
.pdc-transparency-slider input[type=range]:focus::-ms-fill-upper {
  background: #565655;
}

.pdc-transparency-slider span {
  color: #000;
  float: left;
  font-weight: bold;
}
.pdc-transparency-slider span.op_left {}
.pdc-transparency-slider span.op_right {}
.pdc-item-tool ul li {
  position: relative; display:inline-block; color:#fff;
}
.pdc-item-tool ul li a {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  line-height: 25px;
  margin: 0;
  padding: 0 10px;
}
.pdc-item-tool ul li a i {
  margin-right: 10px;
}
.pdc-item-tool ul li a:hover, .tool-item.selected, .tool-item:hover, .pdc-list-tool li.on a {
  background: #00CCBA;
  border-color: #00CCBA;
  color: rgb(255, 255, 255);
}
.show-object{}

/*-- End Edit Tool --*/

.pdc-main-bottom {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  overflow: visible !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  z-index: 9;
}

/*-- End Area Main  --*/

/* Zoom Tool*/
.zoom-tool {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 999;
}
.zoom-tool > label {
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.zoom-tool > label span {
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0 3px;
}
.zoom-tool .select-cont {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  line-height: 24px;
  position:relative;
}
#zoomoptions{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}
.zoom-tool .fake-select {
  -webkit-border-radius: 0px;
  -moz-border-radius:0px;
  border-radius: 0px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 17px;
}
.zoom-tool .fake-select i {
  line-height: 24px;
}
/* Zoom Tool*/
/* Loadding Bar*/
.pdploading {
  background: #ffffff url("https://haati.app/pub/media/theme_options/default/preloader1.gif") no-repeat scroll center center;
  height: 248px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  width: 199px;
  z-index: 99999;
  /* box-shadow:3px 0px 3px rgba(0,0,0,.5);
  border: 10px inset #006699; */
}
.pdploading::before {
  color: #000000;
  content: "Saving data, please wait...";
  font-family: "Arial",sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 100%;
}
.pdploading .saving{width:295px; margin:0px auto;}
.pdploading li{float:left;}
.pdploading li a{height:30px; line-height:30px; padding:0 10px 0 0; -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 50px; text-align:right; text-transform:normal;}
/**Product Color List**/
ul.product-colors {
  float: left;
  padding: 0;
  z-index: 0;
}
ul.product-colors li {
  float: left;
}
ul.product-colors li a {
  width: 30px;
  height: 20px;
}
ul.product-colors li:hover a {
  border: 1px solid #006699;
  cursor:pointer;
}
ul.product-colors li.active a {
  border: 1px solid #006699;
}
.pdc-background-color-list li a {
  border: 0 solid #dddddd;
  box-shadow: 0 0 1px #cccccc;
  box-sizing: padding-box;
  float: left;
  height: 18px;
  margin: 2px;
  opacity: 0.7;
  padding: 0;
  width: 25px;
}
/**End Product Color List**/
/** Background Color**/
.background-color-list {
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.pdc-background-color-list {
  padding: 0;
  width: 100%;
}
.pdc-background-color-list li {
  float: left;
}
.pdc-background-color-list li a, #pdc_background_color_picker, .product-colors li a {
  border: 0 solid #dddddd;
  box-shadow: 0 0 1px #cccccc;
  box-sizing: padding-box;
  float: left;
  height: 14px;
  margin: 2px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  width: 24px;
}
#pdc_background_color_picker {
  background: rgba(0, 0, 0, 0) url("../images/color_picker.png") no-repeat scroll center -25px!important;
  height:18px!important;
  width: 62px!important;
}
#pdc_background_color_picker div.result {
  background-image: none;
  left: 0;
  top: 0;
  width: 100%;
}
.pdc-background-color-list li.active a, .pdc-background-color-list li a:hover {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 5px #808080;
  opacity: 1;
}
/** End Background Color**/
.load-more-wrapper {
  text-align: center; height:40px; margin-top:10px;
}
.no-image-item {
  font-size: 11px;
  padding: 10px;
}
#pdc-show-link-down p
{
  font-size: 1.5em;
  text-align: center;
}
/* .hide-tab-btn > ul.nav-tabs {
  display: none;
} */
/* For very large screen size */
@media only screen and (min-width: 1800px) {
  body.small-popup {
    padding: 10px 5%;
  }
}
/* Custom for history */
.topbar-buttons li .tool-btn.pdc-x3-undo-redo-active
{
  background-color: #44B4AA;
  color: #fff;
}
.pdc-x3-undo-redo-inactive
{
  background-color: transparent;
}
/* Custom Css for new version */
.pdc-fonts-size-2 {
  float: unset !important;
  margin-left: 5px;
  overflow: unset !important;
  padding-right: 0;
  position: relative;
}
.pdc-fonts-size-2 .pdc-style {
  margin-left: 0;
  padding: 0 5px;
}
.pdc-fonts-size-2 .fake-select
{
  height : 39px !important;
}
.pdc-color-list-close
{
  font-size: 20px;
  position: absolute;
  right: -10px;
  top: -15px;
}
.pdc-color-stock-list-close
{
  font-size: 20px;
  position: absolute;
  right: -10px;
  top: -15px;
}
.pdc-extra-color > label
{
  margin-top: -5px;
}
.pdc-extra-color > a.oj-show
{
  margin-top: -8px;
}
/* css for crop */
.pdc-crop-image-content div
{
  margin: 1px auto;
}
#image-crop-submit{ float: right; background: green; color: white; font-weight: bold; margin-right: 5px; }
#image-crop-cancel{ float: right; background: gold; color: white; font-weight: bold; margin-right: 5px; }
#pdc-crop-image h2 {
  text-align: center;
  font-weight: bold;
}
.upload-image-crop
{
  background: #ffffff !important;
  border-radius: 5px;
  color: black;
  display: block;
  margin-top: 3px;
}
#pdc-crop-image h2{
  margin : 0px auto;
}
.pdc-container .scroll-wrapper > .scroll-content{overflow:auto!important;}
.design-preview ul {
  padding: 0;
  list-style: none;
}
.upload-image-replace{
    background: #1e524b none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    left: -12px;
    padding: 3px;
    position: absolute;
    top: -12px;
    z-index: 10000;
    width: 25px;
    height: 25px;
    line-height: 23px;
	visibility:hidden;
}
.upload-image-replace > span > i {
  padding: 2px 0;
}
/* Cpp custom css */
.cpp-list-templates-sidebar {
    float: left;
    width: 95%;
    margin: 5px auto;
    margin-top: 20px;
}
.cpp-list-template-item {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cpp-list-template-item img {
    align-items: center;
    width: 100%; 
    /* height: 210px; */
    border: 1px solid #ccc;
}
#cpp-sample-text-image {
    margin-top: 10px;
}
.catalog-product-view .none {
  display: none !important;
}

a.close-btn {
 /* height: 31px; */
}
a.close-btn>i {
  padding: 0px !important;
  margin-right: 0 !important;
}
@media only screen and (min-device-width : 768px){
	a.close-btn>i {
  padding: 2px !important;
  margin-right: 0 !important;
}
}
@media only screen and (min-device-width : 320px){
.fpopup{
	text-align:center;
}
.leftbutton{
	width:50%;
	display:flex;
	float:left;
}
.rightbutton{
	width:50%;
	display:flex;
	float:right;
}
.lfbtn{
	width:50%;
	display:flex;
	float:left;
}
.fancybox-inner{
	overflow:hidden !important;	
}
.rtbtn{
	width:50%;
	display:contents;
	float:right;
}
}
.canvas-container{
	width: 100% !important;
    height: 100% !important;
}
.lower-canvas{
	width: 100% !important;
    height: 100% !important;
}
.upper-canvas {
	width: 100% !important;
    height: 100% !important;
}

@media (min-width: 320px) and (max-width: 767px){
.canvas-container, .lower-canvas, .upper-canvas {
    width: 230px !important;
}
}
.small-popup .pdc-continue-guest{
	font-style:normal !important;
}
.mega-menu .dropdown-content {
	z-index:999 !important;
}

.swal2-popup #swal2-content {
font-size: 15px !important;
}	
.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #f080b2 !important;
	color:white !important;
}

.replace_icon1 {
    font-size: 20px;
    text-align: center;
    color: red;
}

.replace_icon {
    background: #1e524b none repeat;
    border-radius: 50%;
    height: 22px;
    width: 23px;
    color: white;
    position: relative;
    top: -3px;
    left: 1px;
    font-size: 15px;
}
.replace_icon:before {
    content: "\f0ec";
    top: 3px;
    position: relative;
}

.ajax-loading .loading-mask .loader, .checkout-index-index .loading-mask .loader, .slider-pro-wrapper .loading-mask .loader{
	background-image: url("https://haati.app/public_html/pub/media/images/preloader1.gif");
}