/* Auto Generate Variables from JSON */
.te-tab {
  background-image: linear-gradient(white, #f9fafb);
  border: 1px solid #eee;
  border-bottom: none;
  border-top: none;
  border-radius: 4px;
  position: relative;
}
.te-tab:after {
  content: "";
  border-top: 1px solid #eee;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
}
.te-tab span {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  min-width: 150px;
  text-align: center;
}
.te-tab span:hover {
  background: #fff;
  border-top: 1px solid #0a9d53;
  color: #000;
}
.te-tab span.active {
  background: #fff;
  border-top: 2px solid #0a9d53;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.te-tab span ins {
  background: transparent;
}

.te-tabc {
  padding-top: 40px;
}
.te-tabc .tab-c {
  display: none;
}
.te-tabc .tab-c.active {
  display: block;
}

.te-loader {
  opacity: 0;
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.te-loader:after {
  display: none !important;
}
.te-loader .tee-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}

body.loading:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.te-load .te-loader {
  opacity: 1 !important;
  z-index: 9999999999 !important;
}
.te-load .te-loader .circle {
  animation-name: t-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 999999;
}

body.loading {
  overflow: hidden;
}
body.loading .te-loader {
  opacity: 1 !important;
  position: fixed !important;
  z-index: 9999999999 !important;
}
body.loading .circle {
  animation-name: t-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 999;
}

.btn {
  background: #0a9d53;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
}
.btn:hover {
  background: #1967d2;
}
.btn.m120 {
  min-width: 120px;
}
.btn.h30 {
  height: 30px;
  line-height: 30px;
}
.btn.h40 {
  height: 40px;
  line-height: 40px;
}
.btn.rm {
  background: #ccc;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: none;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
}
.btn.rm:hover {
  background: red;
  display: block;
}

.teci {
  color: #0a9d53;
  opacity: 0.5;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
  min-width: 30px;
  text-align: center;
}
.teci:hover {
  color: #0a9d53;
  opacity: 1;
}
.teci.a {
  position: absolute;
}

.wpo .inner {
  padding: 30px;
}

.wimg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  padding: 40px 15px;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}
.wimg.active {
  display: flex;
}
.wimg img {
  margin: 0 auto;
  max-width: 100%;
}
.wimg .btn {
  position: absolute;
  top: 50px;
  right: 50px;
}

@keyframes t-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none !important;
}

.te-f {
  display: flex;
  flex-wrap: wrap;
}
.te-f p {
  flex-basis: 100%;
}
.te-f p label {
  display: inline-block;
  margin-right: 15px;
  min-width: 150px;
}

.te_slider .slick-arrow {
  background: #fff;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0;
  padding: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.te_slider .slick-prev {
  background-image: url("https://d2y859h78f8sqx.cloudfront.net/images/arrow-left.svg") !important;
  left: 0;
}
.te_slider .slick-next {
  background-image: url("https://d2y859h78f8sqx.cloudfront.net/images/arrow-right.svg") !important;
  right: 0;
}

.app-page-upload .page-content {
  padding-left: 0 !important;
}

body.tap #primary::after {
  display: none !important;
}

.wrap-control {
  margin-bottom: 28px;
  position: absolute;
  right: 6px;
  top: 0;
}
.wrap-control:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.quick-view-btn {
  float: right;
  max-width: 40px;
}

.add-new-campaigns {
  float: right;
  margin-left: 25px;
}

.back-to-campaigns {
  left: -15px;
  position: absolute;
  top: 0;
}
.back-to-campaigns .button {
  background: #ccc;
}
.back-to-campaigns .button:hover {
  background: #0a9d53;
}

.close-campaign {
  clear: right;
  font-weight: 300;
  float: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 50px;
  max-width: 50%;
}
.close-campaign .button {
  background: #ccc;
  font-weight: 300;
  padding: 0 12px;
}
.close-campaign .button:hover {
  background: red;
}
.close-campaign .button:hover ~ p {
  color: red;
  opacity: 1;
}
.close-campaign p {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 50%;
  transform: translatey(-95px);
}

.quick-view-btn .button,
.btn-duplicate,
.create-product {
  background: transparent;
  cursor: pointer;
  float: right;
  margin-left: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  max-width: 40px;
}
.quick-view-btn .button span,
.quick-view-btn .button a,
.btn-duplicate span,
.btn-duplicate a,
.create-product span,
.create-product a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.quick-view-btn .button svg,
.btn-duplicate svg,
.create-product svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick-view-btn .button .st0,
.quick-view-btn .button .st1,
.btn-duplicate .st0,
.btn-duplicate .st1,
.create-product .st0,
.create-product .st1 {
  fill: #b3b3b3;
}
.quick-view-btn .button:hover:after,
.btn-duplicate:hover:after,
.create-product:hover:after {
  opacity: 1;
  z-index: 1;
  transform: translate(-50%, -40px);
}
.quick-view-btn .button:hover .st0,
.quick-view-btn .button:hover .st1,
.btn-duplicate:hover .st0,
.btn-duplicate:hover .st1,
.create-product:hover .st0,
.create-product:hover .st1 {
  fill: #0a9d53;
}
.quick-view-btn .button:after,
.btn-duplicate:after,
.create-product:after {
  background: #0a9d53;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 25px;
  line-height: 23px;
  opacity: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  transform: translatex(-50%);
  z-index: 0;
}

.quick-view-btn .button {
  transform: translatex(15px);
}
.quick-view-btn .button:after {
  content: "quick view";
}

.btn-duplicate:after {
  content: "duplicate";
}

.create-product {
  background-image: url("../../images/icon-cp.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.create-product:after {
  content: "create product";
}
.create-product:hover {
  opacity: 1;
}

img[src=""] {
  opacity: 0;
}

.p-title {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: -50px;
}
.p-title label {
  padding-top: 8px;
  padding-right: 20px;
}
.p-title input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 400px;
}

#folder-id {
  margin-top: 15px;
}

.folder-id label {
  display: inline-block;
  width: 109px;
}
.folder-id .sku-status {
  margin-top: 10px;
  margin-bottom: 15px;
}

.get-product-type {
  background: #fff;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
.get-product-type:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1200px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.get-product-type:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.get-product-type.active {
  display: block;
}
.get-product-type h4 {
  font-size: 16px;
  font-weight: normal;
}
.get-product-type select {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.get-product-type .button {
  float: right;
}

#popup-product {
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 30px 15px;
  position: fixed;
  top: calc(50% - 30px);
  left: 50%;
  height: 80%;
  max-height: 100%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
#popup-product:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#popup-product.close {
  display: none;
  opacity: 0;
  height: 0;
  padding: 0;
  transition: opacity 0.3s ease 0s;
  overflow: hidden;
  position: relative;
}
#popup-product.close > * {
  padding: 0;
  height: 0 !important;
  transition: all 1s linear 0.2s;
}
#popup-product.search-mode .popup-product-inner {
  padding-top: 80px !important;
}
#popup-product.search-mode .popup-product-inner:before {
  content: "search results";
  display: block;
  padding-left: 15px;
  position: absolute;
  top: 35px;
  z-index: 9999;
}
#popup-product.search-mode .group {
  display: initial !important;
  float: none !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  width: 0 !important;
}
#popup-product.search-mode .group > h4 {
  display: none;
}
#popup-product.search-mode .product-type {
  clear: none !important;
  display: none !important;
  min-width: 200px;
}
#popup-product.search-mode .product-type.is-rs {
  display: block !important;
}
#popup-product .search-product {
  position: absolute;
  right: 20px;
  top: 113px;
  width: 35px;
  z-index: 999999;
}
#popup-product .search-product.active {
  width: 200px;
}
#popup-product .search-product.active input {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
#popup-product .search-product.active input.err {
  border-color: red;
}
#popup-product .search-product.active .s-c {
  opacity: 1;
}
#popup-product .search-product input {
  border-radius: 6px;
  float: left;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  max-width: calc(100% - 50px);
  transform: translatey(-1px);
  transition: all 0.3s ease 0s;
}
#popup-product .search-product span {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 4px;
  float: right;
  height: 34px;
  line-height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translatey(-1px);
}
#popup-product .search-product span:hover {
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.07), 1px 3px 15px 2px rgba(0, 0, 0, 0.07);
}
#popup-product .search-product span svg {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
}
#popup-product .search-product .s-c {
  box-shadow: none !important;
  border: none;
  background: transparent;
  opacity: 0;
  right: 40px;
}
#popup-product .search-product .s-c:hover svg {
  fill: #000;
}
#popup-product .search-product .s-c svg {
  fill: #ccc;
  top: 10px;
  left: 0;
}
#popup-product .product-popup-info {
  background: #fff;
  padding: 33px 27px 0;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#popup-product .product-popup-info .btn-close {
  background: #0a9d53;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding: 5px 15px;
  position: absolute;
  top: 35px;
  right: 20px;
  transition: all 0.3s ease 0s;
}
#popup-product .product-popup-info .btn-close:hover {
  background: #1fb98c;
  transition: all 0.3s ease 0s;
}
#popup-product .product-popup-info p {
  margin-bottom: 0;
}
#popup-product .product-popup-info .product-selected {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
  text-align: left;
}
#popup-product .product-popup-info .product-selected ~ p:last-child {
  color: #8c8c8c;
  transform: translatey(-4px);
}
#popup-product #group-product-nav {
  background: #fff;
  padding-top: 20px;
  padding-left: 14px;
  padding-bottom: 15px;
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding-right: 30px;
}
#popup-product #group-product-nav:after {
  content: "";
  background: #d8dae0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
#popup-product #group-product-nav ul {
  list-style: none;
}
#popup-product #group-product-nav ul li {
  float: left;
  margin-bottom: 0;
  padding: 0 15px;
  position: relative;
  z-index: 9999;
}
#popup-product #group-product-nav ul li:first-child {
  padding-left: 0;
}
#popup-product #group-product-nav ul li a:hover {
  color: #83bd31;
}
#popup-product #group-product-nav ul li a.active {
  color: #83bd31;
}
#popup-product #group-product-nav ul li a.active:after {
  background: #83bd31;
  transition: all 1s ease 0s;
}
#popup-product #group-product-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease 0s;
}
#popup-product .popup-product-inner {
  background: #fff;
  padding: 30px 15px;
  position: absolute;
  top: 150px;
  left: 0;
  height: 80%;
  max-height: 100%;
  width: 100%;
  overflow: scroll;
}
#popup-product .popup-product-inner .group {
  display: block;
  float: left;
  padding-top: 40px;
  width: 100%;
}
#popup-product .group-title {
  clear: both;
  padding: 20px 15px;
  width: 100%;
}
#popup-product .product-size,
#popup-product .product-option2 {
  display: none;
}
#popup-product .product-group {
  margin: 0 -15px 30px;
}
#popup-product .group > h4 {
  padding-left: 15px;
  margin-bottom: 30px;
}
#popup-product .product-type {
  float: left;
  margin-bottom: 30px;
  min-height: 200px;
  padding: 0 15px;
  width: 25%;
  text-align: center;
}
#popup-product .product-type:nth-of-type(4n+1) {
  clear: left;
}
#popup-product .product-type:not(.active) .wrap-inner:hover .product-thumb:before {
  content: "";
  background: #0a9d53;
  display: block;
  opacity: 0.13;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
#popup-product .product-type:not(.active) .wrap-inner:hover .prod-s {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
#popup-product .product-type .wrap-inner {
  cursor: pointer;
}
#popup-product .product-type .wrap-inner .product-thumb {
  background: #f6f6f9;
  position: relative;
}
#popup-product .product-type .wrap-inner .product-thumb .product-thumb:before {
  content: "";
  background: #0a9d53;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
#popup-product .product-type .wrap-inner .product-thumb:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#popup-product .product-type .wrap-inner .product-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
#popup-product .product-type .wrap-inner .product-thumb .prod-s {
  background: #0a9d53;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 170px;
  transform: translate(-50%, -50%);
}
#popup-product .product-type .wrap-inner .product-thumb .prod-s:before {
  content: "select product";
  color: #fff;
  display: inline-block;
  text-align: center;
}
#popup-product .product-type h4 {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}
#popup-product .product-type h4 ~ p {
  color: #202020;
}
#popup-product .product-type.active .wrap-inner .product-thumb {
  border: 1px solid #0a9d53;
}
#popup-product .product-type.active .wrap-inner .product-thumb:before {
  content: "\f373";
  display: inline-block;
  font-family: "ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0a9d53;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}

.page-content {
  position: relative;
}
.page-content > div {
  padding: 0 15px;
}
.page-content .folder-id {
  float: left;
  padding-left: 0;
  width: 360px;
  max-width: 100%;
  transform: translatey(12px);
}
.page-content .folder-id input {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  width: calc(100% - 130px);
}
.page-content .folder-id input.checked ~ .required {
  color: #0a9d53;
}
.page-content .folder-id input.disabled ~ .required {
  display: none;
}
.page-content .folder-id .required {
  font-size: 22px;
  color: red;
  position: absolute;
  top: 0;
  right: 21;
}
.page-content .folder-id .sku-status {
  clear: left;
  display: block;
  margin-top: 20px;
}
.page-content .list-items {
  clear: left;
  float: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 327px;
}
.page-content .list-items .item-template {
  overflow: hidden;
}
.page-content .list-items .item-data {
  border: 1px solid #ededed;
  cursor: pointer;
  margin-bottom: 20px;
  max-height: 172px;
  position: relative;
}
.page-content .list-items .item-data:after {
  content: "";
  display: block;
  clear: left;
}
.page-content .list-items .item-data.current-type {
  border: 1px solid #0a9d53;
}
.page-content .list-items .item-data:not(.not-valid) .info {
  display: none !important;
}
.page-content .list-items .item-data:hover .ctr .remove {
  display: block;
}
.page-content .list-items .item-data.deactive {
  display: none !important;
}
.page-content .list-items .item-data .right {
  background: rgba(246, 246, 249, 0.8);
  float: left;
  position: relative;
  width: 170px;
}
.page-content .list-items .item-data .right:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-content .list-items .item-data .right img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-content .list-items .item-data .left {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: calc(100% - 170px);
}
.page-content .list-items .item-data .left .title {
  color: #131313;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}
.page-content .list-items .item-data .left .product-size {
  overflow: hidden;
  max-height: 70px;
}
.page-content .list-items .item-data .left .product-size span {
  border: 1px solid #000;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 27px;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.page-content .list-items .item-data .left .product-size span label {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  text-transform: none;
}
.page-content .list-items .item-data .left .product-size span:hover label {
  display: block;
  opacity: 1;
  transform: translatey(-120%);
}
.page-content .list-items .item-data .left .product-option2 {
  display: none;
}
.page-content .list-items .item-data .ctr > * {
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.page-content .list-items .item-data .ctr > *:after {
  display: inline-block;
  font-family: "ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-content .list-items .item-data .ctr .remove {
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.61);
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  transform: translate(50%, -50%);
  text-align: center;
}
.page-content .list-items .item-data .ctr .remove:hover {
  background: red;
}
.page-content .list-items .item-data .ctr .remove:hover:after {
  color: #fff;
}
.page-content .list-items .item-data .ctr .remove:after {
  content: "\f12a";
  color: #505050;
  font-size: 14px !important;
}
.page-content .list-items .item-data .ctr .info {
  color: red;
  top: initial;
  bottom: 13px;
  right: 15px;
}
.page-content .list-items .item-data .ctr .info:hover:before {
  display: block;
}
.page-content .list-items .item-data .ctr .info:before {
  content: "lack of images !";
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transform: translatey(-120%);
}
.page-content .list-items .item-data .ctr .info:after {
  content: "\f3bc";
}
.page-content .list-items .item-data .ctr .expand {
  color: #1fb98c;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 63px;
  width: 25px;
  height: 25px;
}
.page-content .list-items .item-data .ctr .expand:hover {
  color: #83bd31;
}
.page-content .list-items .item-data .ctr .expand:after {
  content: "\f35c";
  font-family: "ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 25px;
  position: absolute;
  top: 0px;
  right: 3px;
}
.page-content .list-items .item-data.view-attr .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-content .list-items .item-data.view-attr .product-size {
  background: #fff;
  display: block;
  overflow: visible;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-content .list-items .item-data.view-attr .ctr .expand:after {
  content: "\f363";
  right: 0;
  font-size: 30px;
}
.page-content .list-items .popup-add-list {
  background: #1fb98c;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 25px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.page-content .list-items .popup-add-list .btn-add {
  color: #fff;
}
.page-content .list-items .popup-add-list .btn-add i {
  display: inline-block;
  margin-right: 10px;
}
.page-content .list-items .popup-add-list .btn-add:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-content .customize-camp {
  float: left;
  padding-left: 0;
  padding-top: 60px;
  position: relative;
  width: 327px;
}
.page-content .customize-camp h4 {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  transform: translatey(-7px);
}
.page-content .customize-camp p {
  display: none;
  position: absolute;
  top: 58px;
  left: -194px;
  width: 100%;
  min-width: 360px;
}
.page-content .customize-camp p label {
  display: inline-block;
  padding-right: 20px;
}
.page-content .customize-camp p input {
  margin-left: 20px;
  width: 60px;
}
.page-content .customize-camp .sw-cmz:checked ~ p {
  display: block;
}
.page-content .upload-title {
  color: #000;
  float: right;
  padding-right: 0;
  margin-top: 18px;
  max-width: 688px;
  width: calc(100% - 360px);
  transform: translatey(-60px);
}
.page-content .upload-title[data-max="5"] ~ .upload-images[data-ux=ux1] .wrap-extra-design div:nth-child(6) {
  display: none !important;
}
.page-content .upload-title[data-max="3"] ~ .upload-images[data-ux=ux1] .wrap-extra-design .inner > div:nth-child(n+4) {
  display: none !important;
}
.page-content .upload-images {
  color: #000;
  float: right;
  padding-right: 0;
  max-width: 688px;
  width: calc(100% - 360px);
}
.page-content .upload-images.tiff-required .front-design:before,
.page-content .upload-images.tiff-required .back-design:before {
  content: "tiff file only";
  background: #83bd31;
  color: #fff;
  display: block;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-content .upload-images.tiff-required .tiff-false.front-design:before, .page-content .upload-images.tiff-required .tiff-false.back-design:before {
  color: #fff;
  background: red;
}
.page-content .upload-images.front-only .back,
.page-content .upload-images.front-only > .bf-btn,
.page-content .upload-images.front-only .nav-image .b {
  display: none !important;
}
.page-content .upload-images .bf-btn {
  display: none !important;
  position: absolute;
  top: 0;
  right: -20px;
  width: 115px;
  height: 100px;
}
.page-content .upload-images .bf-btn span {
  border: 1px solid #edeff3;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.page-content .upload-images .bf-btn span.bf-btn-f {
  top: 69px;
}
.page-content .upload-images .bf-btn span.bf-btn-b {
  top: 152px;
}
.page-content .upload-images .bf-btn span.active {
  border-color: #1fb98c;
  color: #1fb98c;
}
.page-content .upload-images .required {
  color: red;
  font-size: 22px;
}
.page-content .upload-images .has-image .required {
  color: #0a9d53;
}
.page-content .upload-images.gen2d .main-image {
  background: #fff;
}
.page-content .upload-images.gen2d:hover .btn-upload {
  display: block;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.page-content .upload-images.gen2d .btn-upload {
  display: none;
}
.page-content .upload-images .main-image {
  background: #f6f6f9;
  margin-top: -40px;
  margin-bottom: 40px;
  position: relative;
  max-width: 568px;
  min-height: 400px;
  width: 100%;
}
.page-content .upload-images .main-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-content .upload-images .main-image:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.page-content .upload-images .main-image .btn-switch {
  background-size: 73% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.page-content .upload-images .main-image .front,
.page-content .upload-images .main-image .back {
  opacity: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.page-content .upload-images .main-image .front.image-place,
.page-content .upload-images .main-image .back.image-place {
  float: left;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.page-content .upload-images .main-image.at-front ~ .nav-image .f:after {
  border: 1px solid #1fb98c;
}
.page-content .upload-images .main-image.at-front .image-place.back {
  opacity: 0;
  height: 0;
  transition: all 0.3s ease 0s;
}
.page-content .upload-images .main-image.at-front .image-place.front {
  opacity: 1 !important;
}
.page-content .upload-images .main-image.at-front .btn-sw-f {
  background: #1fb98c;
  border-color: #1fb98c;
  color: #fff;
}
.page-content .upload-images .main-image.at-back ~ .nav-image .b:after {
  border: 1px solid #1fb98c;
}
.page-content .upload-images .main-image.at-back .btn-sw-b {
  background: #1fb98c;
  color: #fff;
}
.page-content .upload-images .main-image.at-back .image-place.front {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.page-content .upload-images .main-image.at-back .image-place.back {
  opacity: 1 !important;
}
.page-content .upload-images .main-image.at-front-design .front-design {
  opacity: 1 !important;
}
.page-content .upload-images .main-image.at-front-design .btn-sw-f-d {
  background: #1fb98c;
  color: #fff;
}
.page-content .upload-images .main-image.at-back-design .btn-sw-b-d {
  background: #1fb98c;
  color: #fff;
}
.page-content .upload-images .main-image.at-back-design .back-design {
  opacity: 1 !important;
}
.page-content .upload-images .main-image .image-place {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.page-content .upload-images .main-image .image-place.front, .page-content .upload-images .main-image .image-place.back, .page-content .upload-images .main-image .image-place.front-design, .page-content .upload-images .main-image .image-place.back-design {
  opacity: 0;
}
.page-content .upload-images .main-image .image-place img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-content .upload-images .main-image .btn-upload {
  border: 1px dashed #1fb98c;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page-content .upload-images .main-image .btn-upload:after {
  content: "add image";
  color: #1fb98c;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translatex(-50%);
}
.page-content .upload-images .main-image .btn-upload i {
  background: #1fb98c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
}
.page-content .upload-images .main-image.bf-f-active .btn-sw-f,
.page-content .upload-images .main-image.bf-f-active .btn-sw-f-d {
  z-index: 20;
}
.page-content .upload-images .main-image.bf-b-active .btn-sw-b,
.page-content .upload-images .main-image.bf-b-active .btn-sw-b-d {
  z-index: 20;
}
.page-content .upload-images .main-image .btn-switch {
  background: #fff;
  background-image: none !important;
  border: 1px solid #edeff3;
  color: #131313;
  cursor: pointer;
  padding: 9px 10px 0;
  position: absolute;
  top: 0;
  right: -105px;
  width: 90px;
  height: 70px;
  z-index: 10;
  text-align: center;
}
.page-content .upload-images .main-image .btn-switch:before {
  content: "1";
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 13px;
  text-align: center;
}
.page-content .upload-images .main-image .btn-switch.default-design:before {
  background: yellow;
}
.page-content .upload-images .main-image .btn-switch.front:before {
  content: "1";
}
.page-content .upload-images .main-image .btn-switch.front.design {
  top: 90px;
}
.page-content .upload-images .main-image .btn-switch.front.design:before {
  content: "2";
}
.page-content .upload-images .main-image .btn-switch.back {
  top: 180px;
}
.page-content .upload-images .main-image .btn-switch.back:before {
  content: "3";
}
.page-content .upload-images .main-image .btn-switch.back.design {
  top: 270px;
}
.page-content .upload-images .main-image .btn-switch.back.design:before {
  content: "4";
}
.page-content .upload-images .main-image .btn-switch .required {
  position: absolute;
  top: 5px;
  right: 5px;
}
.page-content .upload-images .main-image .btn-switch i {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translatex(-50%);
}
.page-content .upload-images p.only-mockup {
  transform: translatey(-20px);
}
.page-content .upload-images p.only-mockup input {
  margin-right: 10px;
  transform: translatey(8px);
}
.page-content .upload-images .nav-label {
  font-weight: 500;
  font-size: 22px;
}
.page-content .upload-images .nav-image {
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 10px;
  margin-left: -10px;
}
.page-content .upload-images .nav-image div {
  cursor: pointer;
  float: left;
  position: relative;
  padding: 10px;
  width: 25%;
  min-height: 100px;
}
.page-content .upload-images .nav-image div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-content .upload-images .nav-image div:after {
  content: "";
  display: block;
  border: 1px dashed #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images .nav-image div img {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images .nav-image div img[src=""] ~ .nav-add-image {
  display: block;
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images .nav-image div img[src=""] ~ .nav-add-image i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.page-content .upload-images .nav-image div img[src=""] ~ .nav-add-image i:after {
  content: "add image";
  display: block;
  font-family: "pt sans", sans-serif;
  margin-top: 5px;
}
.page-content .upload-images .nav-image div img[src=""] ~ .btn-rm {
  display: none !important;
}
.page-content .upload-images .nav-image div.f .nav-add-image, .page-content .upload-images .nav-image div.b .nav-add-image {
  top: 20px;
}
.page-content .upload-images .nav-image div.f .required, .page-content .upload-images .nav-image div.b .required {
  color: red;
  font-size: 22px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.page-content .upload-images .nav-image div.f.has-image .required, .page-content .upload-images .nav-image div.b.has-image .required {
  color: #0a9d53;
}
.page-content .upload-images .nav-image div.extra img[src=""] ~ .nav-add-image i:after {
  content: "extra mockup";
  text-transform: uppercase;
}
.page-content .upload-images .nav-image div.f img[src=""] ~ .nav-add-image i:after {
  content: attr(data-label-0) " mockup";
  text-transform: uppercase;
}
.page-content .upload-images .nav-image div.b img[src=""] ~ .nav-add-image i:after {
  content: attr(data-label-1) " mockup";
  text-transform: uppercase;
}
.page-content .upload-images .nav-image div .nav-add-image {
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  display: none;
  position: absolute;
  top: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 20;
}
.page-content .upload-images .nav-image div .nav-add-image:after {
  display: none;
}
.page-content .upload-images .nav-image div:hover .nav-add-image {
  display: block;
}
.page-content .upload-images .nav-image div.extra:hover .btn-rm {
  display: block;
}
.page-content .upload-images .nav-image div .btn-rm {
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 20px;
  right: 15px;
  text-align: center;
  z-index: 99;
}
.page-content .upload-images .nav-image div .btn-rm:hover {
  border: none;
  color: red;
}
.page-content .upload-images .wrap-extra-design .extra-design {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.page-content .upload-images .wrap-extra-design .extra-design.valid .checked + label:before {
  color: #1fb98c;
}
.page-content .upload-images .wrap-extra-design .extra-design input {
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 0;
}
.page-content .upload-images .wrap-extra-design .extra-design input.checked + label {
  position: relative;
}
.page-content .upload-images .wrap-extra-design .extra-design input.checked + label:after {
  display: none;
}
.page-content .upload-images .wrap-extra-design .extra-design input.checked ~ .inner {
  display: block;
}
.page-content .upload-images .wrap-extra-design .extra-design > label:after {
  display: inline-block;
  margin-left: 10px;
}
.page-content .upload-images .wrap-extra-design .extra-design label {
  display: inline-block;
  transform: translatey(-10px);
}
.page-content .upload-images .wrap-extra-design .extra-design.active .inner {
  display: block;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner {
  display: none;
  padding-bottom: 40px;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner::after {
  content: "";
  display: block;
  clear: both;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .special-btn {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .extra,
.page-content .upload-images .wrap-extra-design .extra-design .inner .trigger {
  cursor: pointer;
  position: relative;
  float: left;
  width: 25%;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .extra:before,
.page-content .upload-images .wrap-extra-design .extra-design .inner .trigger:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .extra:hover .nav-add-image,
.page-content .upload-images .wrap-extra-design .extra-design .inner .trigger:hover .nav-add-image {
  display: block;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner img {
  display: block;
  border: 1px solid #0a9d53;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images .wrap-extra-design .extra-design .inner img[src=""] {
  border: none;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner img[src=""] ~ .nav-add-image {
  display: block;
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images .wrap-extra-design .extra-design .inner img[src=""] ~ .nav-add-image i {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.page-content .upload-images .wrap-extra-design .extra-design .inner img[src=""] ~ .nav-add-image i:after {
  content: "add image";
  display: block;
  font-family: "pt sans", sans-serif;
  margin-top: 5px;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .nav-add-image {
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  display: none;
  position: absolute;
  top: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 20;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .nav-add-image:after {
  display: none;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner label {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  transform: translatey(100%);
  text-align: center;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .extra:hover .btn-rm {
  display: block;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .btn-rm {
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 20px;
  right: 15px;
  text-align: center;
  z-index: 99;
}
.page-content .upload-images .wrap-extra-design .extra-design .inner .btn-rm:hover {
  border: none;
  color: red;
}
.page-content .upload-images .btn-last-sumit {
  display: block;
  clear: both;
}
.page-content .upload-images .btn-last-sumit.disable {
  background: #ccc !important;
}
.page-content .upload-images[data-ux=ux1] .required.has-image {
  color: #83bd31 !important;
}
.page-content .upload-images[data-ux=ux1] .main-image {
  display: none !important;
}
.page-content .upload-images[data-ux=ux1] .only-mockup {
  display: none;
}
.page-content .upload-images[data-ux=ux1] .extra .required,
.page-content .upload-images[data-ux=ux1] .wrap-extra-design .required {
  position: absolute;
  top: 15px;
  left: 15px;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design {
  padding-top: 30px;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design > input {
  display: none;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design > label {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner > div {
  float: left;
  width: 20%;
  min-height: 50px;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner > div:nth-child(n+6) {
  margin-top: 30px;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner .trigger {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner .trigger.has-image .nav-add-image {
  border: 1px solid #0a9d53;
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner .trigger .nav-add-image {
  display: block;
  border: 1px dashed #0a9d53;
  color: #1fb98c;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner .trigger i {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.page-content .upload-images[data-ux=ux1] .wrap-extra-design > .extra-design .inner .trigger i:after {
  content: "add image";
  display: block;
  font-family: "pt sans", sans-serif;
  margin-top: 5px;
}
.page-content .upload-images[data-ux=ux1] .nav-label {
  font-size: 16px;
}
.page-content .upload-images[data-ux=ux1] .nav-image {
  overflow: visible;
}
.page-content .upload-images[data-ux=ux1] .nav-image:after {
  content: "";
  display: block;
  clear: left;
}
.page-content .upload-images[data-ux=ux1] .nav-image div .nav-add-image {
  display: block;
}
.page-content .upload-images[data-ux=ux1] .nav-image div:nth-child(n+6) {
  margin-top: 30px;
}
.page-content .upload-images[data-ux=ux1] .nav-image div .nav-add-image i:after {
  content: attr(data-label-ux1) !important;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 200px !important;
  text-align: center !important;
  text-transform: uppercase;
  transform: translate(-132px, 91px) !important;
}
.page-content .upload-images[data-ux=ux1] .nav-image div img[src=""] ~ .nav-add-image i:after {
  transform: translate(-38px, 86px) !important;
  text-align: center;
}
.page-content .upload-images[data-ux=ux1] .nav-image div.f .nav-add-image i:after, .page-content .upload-images[data-ux=ux1] .nav-image div.b .nav-add-image i:after {
  transform: translate(-132px, 121px) !important;
}
.page-content .upload-images[data-ux=ux1] .nav-image > div {
  width: 20%;
}
.page-content .upload-images[data-ux=ux1] .nav-image > div i:after {
  color: #000;
  font-size: 13px;
  margin-top: 10px !important;
  font-family: "pt sans", sans-serif;
}
.page-content .upload-images[data-ux=ux2] .btn-sw-f,
.page-content .upload-images[data-ux=ux2] .btn-sw-b {
  display: none !important;
}
.page-content .upload-images[data-ux=ux2] .btn-sw-f-d {
  top: 0 !important;
}
.page-content .upload-images[data-ux=ux2] .btn-sw-f-d:before {
  content: "1" !important;
}
.page-content .upload-images[data-ux=ux2] .btn-sw-b-d {
  top: 90px !important;
}
.page-content .upload-images[data-ux=ux2] .btn-sw-b-d:before {
  content: "2" !important;
}
.page-content .upload-images[data-ux=ux2] .image-place {
  background: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page-content .upload-images[data-ux=ux2] img {
  display: none !important;
}
.page-content .upload-images[data-ux=ux2] .nav-image img {
  display: block !important;
}
.page-content .upload-images[data-ux=ux2] .nav-image .f .nav-add-image,
.page-content .upload-images[data-ux=ux2] .nav-image .b .nav-add-image {
  display: none !important;
}
.page-content .upload-images[data-ux=ux2] .print-zone img {
  display: block !important;
}
.page-content .upload-images[data-ux=ux2] .print-zone {
  border: 1px solid #1fb98c;
  background: rgba(31, 185, 139, 0.3);
  position: absolute;
  width: 280px;
  height: 320px;
  top: calc(50% - 107px);
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.page-content .upload-images[data-ux=ux2] .print-zone img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-content .upload-images[data-ux=ux2] .btn-upload {
  left: initial !important;
  right: -147px !important;
  width: 88px !important;
}
.page-content .upload-images[data-ux=ux2] .btn-upload i {
  top: 49px !important;
}

.barcode h4 {
  font-weight: 400;
}
.barcode p {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 0;
}
.barcode p:last-of-type {
  border-bottom: 1px solid #eee;
}
.barcode label {
  display: flex;
  align-items: center;
}
.barcode .add-barcode {
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
  height: 80px;
  width: 100px;
}
.barcode .add-barcode:before {
  content: "add";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.barcode .add-barcode .rm {
  background: #db4437;
  color: #fff;
  cursor: pointer;
  display: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  line-height: 20px;
  transform: translate(-50%, -50%);
}
.barcode .add-barcode:hover img:not([src=""]) ~ .rm {
  display: block;
  z-index: 2;
}
.barcode .add-barcode img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.barcode .add-barcode img[src=""] {
  display: none;
}

#popup-product.duplicate:before {
  content: attr(data-dup);
  color: blue;
  display: block;
  padding: 5px 15px;
  position: absolute;
  z-index: 9999999999;
  background: #fff;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 350px;
  text-align: center;
}

.extra:hover .file-require {
  display: block;
}

.file-require {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  padding: 10px;
  bottom: 0;
  z-index: 9999;
  width: 200%;
}

/* ux campain upload */
.upload-title {
  position: relative;
  z-index: 999;
}

.upload-erors {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 15px 10px;
  min-width: 120px;
  min-height: 40px;
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 99999999999;
}
.upload-erors .icon-error {
  position: absolute;
  right: 10px;
  top: 6px;
}
.upload-erors .err {
  color: #222;
}
.upload-erors .icon-error span:first-child {
  display: inline-block;
  margin-right: 5px;
}
.upload-erors .html-errors {
  display: none;
}
.upload-erors:hover {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: calc(100% + 30px);
  min-height: 120px;
}
.upload-erors:hover .html-errors {
  display: block;
}
.upload-erors p {
  margin-bottom: 5px;
}
.upload-erors > p {
  color: red;
  font-size: 20px;
  text-align: right;
}

.left .product-attr {
  display: none;
}

.tag {
  background: #1fb98c;
  color: #fff;
  height: 25px;
  line-height: 26px;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0 5px;
  text-transform: uppercase;
}

.page-content .list-items .item-data .left .title {
  padding-top: 0;
  margin-bottom: 10px;
}

#content .ctr .info,
#content .ctr .expand {
  display: none;
}

#content .left .title {
  padding-top: 10px;
}

.left .product-attr {
  display: none;
}

body .page-content .list-items {
  width: 380px;
}

.icon-status {
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.icon-status::before {
  content: "\f375";
  font-family: "ionicons";
  color: #1fb98c;
}

.not-valid .icon-status::before {
  content: "\f3bc";
  font-family: "ionicons";
  color: red;
}

.extra-design {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px !important;
}
.extra-design .inner {
  margin-left: -10px;
}

.nav-image {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

#content .extra-design .inner img[src=""] ~ .nav-add-image,
#content .nav-image div img[src=""] ~ .nav-add-image,
#content .main-image .btn-upload {
  border-color: #ccc;
  color: #222;
}

.list-items .current-type {
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.f-or-b {
  margin-bottom: 0;
}

.product-des p {
  margin-bottom: 5px;
}

#folder-sku {
  border-radius: 4px;
  font-weight: bold;
}
#folder-sku.disabled {
  border-color: transparent !important;
  color: #333;
}

#content .folder-id {
  display: flex;
  padding-right: 0;
  width: 380px;
  transform: translatey(-12px);
}
#content .folder-id label {
  font-weight: bold;
  color: #222;
  padding-right: 15px;
  min-width: 120px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
#content .folder-id input {
  height: 35px;
  line-height: 35px;
  width: 100%;
}

.wrap-pos {
  position: relative;
}
.wrap-pos .pos {
  position: relative;
}
.wrap-pos .icon {
  border-radius: 4px;
  background: rgb(14, 165, 233);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}

.special-btn {
  background: #fff;
  color: #222;
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 30px;
  width: 30px;
  line-height: 35px;
  text-align: left;
  z-index: 9999;
}
.special-btn:hover .wrap-set-special {
  display: block;
}
.special-btn > span {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #ccc;
  display: inline-block;
  font-size: 25px;
  height: 30px;
  width: 30px;
  line-height: 35px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.special-btn.has-special > span {
  background: rgb(14, 165, 233);
  border: 1px solid rgb(14, 165, 233);
  color: #fff;
}
.special-btn.has-special > span::before {
  content: "\f2fc";
  font-family: "ionicons";
  color: #fff;
}
.special-btn .wrap-set-special {
  display: none;
  border-radius: 1px solid #ccc !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 25px 15px 10px;
  position: absolute;
  top: 0;
  right: 50%;
  min-width: 320px;
  min-height: 50px;
  transform: translatex(50%);
  z-index: 99;
}
.special-btn .wrap-set-special p {
  display: flex;
  margin-bottom: 0;
}
.special-btn .wrap-set-special p input {
  margin-right: 5px;
  margin-top: 5px;
}
.extra-design .special-btn > span {
  position: absolute;
  right: 0;
}
.extra-design .special-btn .wrap-set-special > p {
  display: flex;
  align-items: center;
}