@charset "utf-8";

/* CSS Document */
body {
  display: block !important;
  overflow: hidden;
}

body #wpadminbar {
  display: none !important;
}

.smart-product-designer {
  overflow-y: auto;
  position: fixed;
  width: 100%;
  left: 0;
  background: #212121;
  height: 100%;
  z-index: 99999;
  top: 4rem;
}

body.woocommerce-uses-block-theme .smart-product-designer {
  top: 3rem;
}

.smart-product-designer .menu {
  background: #000 none repeat scroll 0 0;
  height: 92%;
  position: fixed;
  width: 25rem;
  z-index: 999;
  overflow-y: auto;
  padding-bottom: 1rem;
}

.editor-tabs .editor-tab-content {
  clear: both;
  padding: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}

.editor-tabs .editor-tab-content.inactive {
  display: none;
}

span.layer-item-content {
  font-size: 0.75rem;
}

.smart-product-designer .menu .loading {
  display: none;
}

.pdw-collapse-icon.left-collapse-icon {
  float: right;
}

.pdw-collapse-icon.right-collapse-icon {
  float: left;
}

.pdw-collapse-icon {
  color: #fff;
  display: inline-block;
  margin: 0.625rem 0.625rem;
  cursor: pointer;
}

.smart-product-designer .pdw-editor-product-sides {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.smart-product-designer .pdw-editor-product-sides img {
  border-radius: 0;
  box-shadow: none;
}

.smart-product-designer .pdw-editor-product-sides li {
  font-size: 0.75rem;
  margin: 0 0;
  overflow: hidden;
  padding: 0.3125rem 0;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: 99%;
  line-height: 0;
  transition: all ease 0.5s 0s;
  display: flex;
  align-items: center;
  opacity: 0.3;
}

.smart-product-designer .pdw-editor-product-sides li:last-child {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0);
}

.smart-product-designer .pdw-editor-product-sides li img {
  vertical-align: middle;
  width: 3.75rem;
  height: auto;
}

.smart-product-designer .pdw-editor-product-sides li .name {
  vertical-align: middle;
  font-size: 0.875rem;
  margin-left: 0.625rem;
  color: #fff;
}

/* Blank canvas side icon */
.smart-product-designer .pdw-editor-product-sides li .pdw-blank-side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3rem;
  background: transparent;
  border: 0.125rem dashed rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem;
}

.smart-product-designer .pdw-editor-product-sides li.active .pdw-blank-side-icon,
.smart-product-designer .pdw-editor-product-sides li:hover .pdw-blank-side-icon {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.9);
}

.smart-product-designer .pdw-editor-product-sides li.active,
.smart-product-designer .pdw-editor-product-sides li:hover {
  opacity: 1;
  border-bottom: 0.03125rem solid #ffffff36;
}

.smart-product-designer .designer {
  margin: 0 auto;
  position: fixed;
  left: 37%;
}

.smart-product-designer .designer .bg-main {
  background: #efefef none repeat scroll 0 0;
  height: 100%;
  text-align: center;
  width: 100%;
}

.smart-product-designer .designer .canvas-container {
  margin: 0 auto;
  border: 0.0625rem dashed rgb(175 175 175 / 98%);
  transition: none;
  margin-top: 1.5rem;
}

.smart-product-designer .designer .canvas-container:hover {
  border: 0.0625rem dashed rgb(175 175 175 / 98%);
}

.smart-product-designer #clipart-cat,
#shape-cat,
#pdw-font-family,
#pdw-font-weight,
#pdw-font-size {
  margin-bottom: 0.625rem;
  width: 45%;
  padding: 0.3125rem;
  background-color: #fff;
}

.smart-product-designer #clipart-cat,
#shape-cat,
#pdw-font-family,
#pdw-font-weight,
#pdw-font-size,
.smart-product-designer input {
  min-height: 1rem !important;
}

.smart-product-designer .clipart-list {
  padding: 0.625rem 0.3125rem;
}

.smart-product-designer .clipart-list img {
  box-shadow: none;
  display: inline-block;
  margin: 0.125rem;
  max-width: 2.8125rem;
  vertical-align: top;
  padding: 0.25rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  transition: all ease 1s 0s;
  background: #6b6b6be8;
  cursor: pointer;
}

.smart-product-designer .clipart-list img:hover {
  background: #56565673;
  border: 0.0625rem solid #ddd;
}

.smart-product-designer .clipart-pagination {
  margin: 0.625rem 0;
}

.smart-product-designer .clipart-pagination .page-numbers {
  background: #daebfd87 none repeat scroll 0 0;
  color: rgba(0, 0, 0, 0.57);
  display: inline-block;
  margin: 0.3125rem 0 0 0.125rem;
  padding: 0.125rem 0.625rem;
  text-decoration: none;
}

.smart-product-designer .clipart-pagination .current,
.smart-product-designer .clipart-pagination .page-numbers:hover {
  background: rgb(255 255 255) none repeat scroll 0 0;
}

.smart-product-designer .clipart-pagination .next,
.smart-product-designer .clipart-pagination .prev {
  display: none;
}

.stock-images .image-list {
  columns: 2;
  column-gap: 0.625rem;
  margin: 1.25rem 0;
}

.stock-images .image-list img {
  margin-bottom: 0.625rem;
}

.smart-product-designer .tabs {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
}

.smart-product-designer .tabs .navs {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
}

.smart-product-designer .tabs .nav {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 0 0.625rem 0;
  padding: 0.625rem !important;
  background: #000;
  border-right: 0.0625rem solid #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: none !important;
}

.smart-product-designer .tabs .nav.ui-tabs-active {
  background: #4f7194;
}

.smart-product-designer .tabs .nav a {
  padding: 0 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.smart-product-designer .tabs .nav-content {
  clear: both;
  padding: 0.625rem 0 0 0;
}

.smart-product-designer .editing {
  color: #fff;
}

.smart-product-designer .editing .edit-text {
  display: none;
}

.smart-product-designer .editing .edit-text.active {
  display: block;
}

.smart-product-designer .add-text,
.smart-product-designer .add-curvedText,
.smart-product-designer .add-word-cloud,
.smart-product-designer .add-qr-code,
.smart-product-designer .add-barcode {
  display: inline-block;
  text-align: center;
  background: var(--pdw-primary-color);
  margin: 0.3125rem 0;
  cursor: pointer;
  border-radius: 0.125rem;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
}

.smart-product-designer .editing .edit-img {
  display: none;
}

.smart-product-designer .editing .edit-img.active {
  display: block;
}

.smart-product-designer .editing .edit-shape {
  display: none;
}

.smart-product-designer .editing .edit-shape.active {
  display: block;
}

.smart-product-designer .editing #text-content {
  margin-bottom: 0.625rem;
}

.smart-product-designer .shape-list {
  padding: 0.625rem 0.3125rem;
}

.smart-product-designer .shape-list img:hover {
  background: #acacacab;
  border: 0.0625rem solid #ddd;
  cursor: pointer;
}

.smart-product-designer .shape-list img {
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-block;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  transition: all ease 0.5s 0s;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  margin: 0.25rem;
  background: #fff;
}

.smart-product-designer .shape-pagination {
  margin: 0.625rem 0;
}

.smart-product-designer .shape-pagination .page-numbers {
  background: #daebfd87 none repeat scroll 0 0;
  color: rgba(0, 0, 0, 0.57);
  display: inline-block;
  margin: 0.3125rem 0 0 0.125rem;
  padding: 0.125rem 0.625rem;
  text-decoration: none;
}

.smart-product-designer .shape-pagination .current,
.smart-product-designer .shape-pagination .page-numbers:hover {
  background: rgb(255 255 255) none repeat scroll 0 0;
}

.smart-product-designer .shape-pagination .next,
.smart-product-designer .shape-pagination .prev {
  display: none;
}

.smart-product-designer .editing .tool-button.active {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

.smart-product-designer .editing #text-flip-h .fa {
  transform: rotate(90deg);
}

.smart-product-designer .editing input[type="range"] {
  vertical-align: top;
}

.smart-product-designer .editing .item:hover #text-rot-left,
.smart-product-designer .editing .item:hover #text-rot-right {
  display: inline-block;
}

.smart-product-designer .editing #text-rot-left,
.smart-product-designer .editing #text-rot-right {
  display: none;
  margin: 0;
  width: 4.375rem;
}

.smart-product-designer-edit-link {
  background: #ebe9eb none repeat scroll 0 0;
  display: block;
  font-size: 0.8125rem;
  padding: 0.4375rem;
  text-align: center;
  text-decoration: none;
}

.output-side-items {
  display: none;
}

.output-side-items .item {
  clear: both;
  display: block;
}

.output-side-items .item .preview-object {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 0.625rem;
}

.output-side-items .item .preview-name {
  display: inline-block;
}

.output-side-items svg {
  width: 100%;
  height: auto;
}

.smart-product-designer .templates .template.active {
  color: #666;
}

.smart-product-designer .pdw-toast.active {
  display: flex;
  animation: pdw-toast-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes pdw-toast-in {
  0% {
    transform: translate(-50%, 1.25rem);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

.smart-product-designer .pdw-toast {
  position: absolute;
  bottom: 10%;
  right: -10%;
  transform: translate(-50%, 0);
  padding: 1rem 1.5rem;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  z-index: 9999999;
  transition: all ease 0.4s;
  color: #fff;
  min-width: 20rem;
  max-width: 90%;
  display: none;
  align-items: center;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.5);
  font-family: inherit;
}

.smart-product-designer .pdw-toast.pdw-pdw-toast-error {
  border-left: 0.25rem solid #ff1744;
}

.smart-product-designer .pdw-toast .icon {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-product-designer .pdw-toast .icon i {
  font-size: 1.25rem;
  color: #00c853;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 0.9375rem rgba(0, 200, 83, 0.4);
}

.smart-product-designer .pdw-toast.pdw-pdw-toast-error .icon i {
  background: #ff1744;
  box-shadow: 0 0 0.9375rem rgba(255, 23, 68, 0.4);
}

.smart-product-designer .pdw-toast .message {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.smart-product-designer .pdw-toast .message a.pdw-view-cart {
  color: #00c853;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.smart-product-designer .pdw-toast .message a.pdw-view-cart::after {
  content: '\f105';
  font-family: FontAwesome;
  text-decoration: none;
  display: inline-block;
}

.smart-product-designer .pdw-panel-section {
  margin: 1.25rem 0;
  clear: both;
  background: transparent;
  overflow: hidden;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #ffffff2e;
}

.smart-product-designer .pdw-panel-section:hover {
  background: #000 none repeat scroll 0 0;
}

.pdw-panel-section-inner {
  padding: 0.625rem !important;
  clear: both;
  background: transparent;
}

.smart-product-designer .panel-section-title {
  background: #000;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #ffffff;
  font-weight: 500;
  padding: 0.9375rem;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #ffffff2e;
  cursor: pointer;
}

.smart-product-designer .panel-section-title .ui-icon {
  display: none;
}

.smart-product-designer .input-group {
  margin-bottom: 0.625rem;
  display: block;
}

.smart-product-designer .input-group-title {
  display: inline-block;
  width: 50%;
  font-size: 0.8125rem;
}

.layers-list .layer {
  cursor: pointer;
  padding: 0.375rem 0.3125rem;
  font-size: 1rem;
  display: flex;
  gap: 0.625rem;
  margin: 0.3125rem;
  border: 0.0625rem solid #fefefe30;
}

.layers-list .layer:hover {
  background: #506f9075;
}

.layers-list .layer {
  position: relative;
}

.layer-dropdown-toggle {
  cursor: pointer;
  padding-left: 0.4rem;
}

.layer-dropdown-menu {
  display: none;
  position: absolute;
  top: 106%;
  border: 0.03125rem solid var(--pdw-primary-color);
  border-radius: 0.25rem;
  z-index: 100;
  min-width: 6.875rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
  background: #212121;
}

.layer-dropdown-menu span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0rem 0.75rem;
  cursor: pointer;
  margin: 0.2rem 0.25rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  font-size: 0.875rem;
}

.layer-dropdown-menu span:hover {
  background: var(--pdw-primary-color);
}

.layer-dropdown-menu span i {
  width: 1rem;
}

.layer-dropdown-menu .action-label {
  padding: 0;
}

.layer-drag-handle {
  cursor: grab;
  padding: 0 0.25rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.layer-drag-handle:hover {
  opacity: 1;
}

.layer-drag-handle:active {
  cursor: grabbing;
}

.layer-sortable-placeholder {
  background: var(--pdw-primary-color);
  opacity: 0.3;
  border: 0.125rem dashed var(--pdw-primary-color);
  border-radius: 0.25rem;
  margin: 0.3125rem;
  min-height: 2rem;
}

.ui-sortable-helper {
  background: #2a3f5f !important;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.smart-product-designer .pdw-add-to-cart,
.pdw-add-text,
.pdw-add-text:hover {
  padding: 0.625rem 0rem;
  text-align: center;
  margin-top: 1rem;
  background: var(--pdw-primary-color);
  border-radius: 0.1875rem;
  border: none;
  cursor: pointer;
  transition: all ease 1s 0s;
  font-size: 0.875rem;
  line-height: 0.875rem;
  width: 100%;
  color: #fff;
}

.pdw-add-text:hover,
.pdw-add-text:focus,
.pdw-add-to-cart:hover,
.pdw-add-to-cart:focus,
.pdw-adminbar-items ul li:hover,
.pdw-nav-cart:hover {
  background: var(--pdw-secondary-color);
}

.assets-price-wrap {
  display: none;
}

.smart-product-designer .pd-addtocart {
  width: 100%;
  padding: 0.625rem 0.5rem;
  text-align: center;
  display: none;
}

.smart-product-designer .pd-addtocart.active {
  display: block;
}

.smart-product-designer .pd-save-template {
  width: 100%;
  padding: 0.625rem 0.5rem;
  text-align: center;
  display: none;
  margin-bottom: 1.875rem;
}

.smart-product-designer .pd-save-template.active {
  display: block;
}

.smart-product-designer .pdw-setting-field {
  margin: 0.625rem 0;
  clear: both;
}

.smart-product-designer .pdw-setting-field.half {
  display: flex;
  justify-content: space-between;
}

.smart-product-designer .pdw-setting-field input[data-jscolor] {
  width: 68%;
}

.smart-product-designer .pdw-setting-field select {
  width: 100%;
}

.smart-product-designer .pdw-setting-field input[type="range"] {
  width: 90%;
}

.smart-product-designer .pdw-setting-field.full .field-label {
  display: block;
  width: 99%;
  vertical-align: top;
  color: #fff;
}

.smart-product-designer .pdw-setting-field.full textarea {
  width: 95%;
}

.smart-product-designer .pdw-setting-field label {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}

#pdw_canvas {
  border: 0.0625rem solid #ccc;
  display: block;
}

.pdw-quantity-control {
  width: 1rem;
  height: 1.5rem;
  min-width: 3.4375rem;
  padding: 1rem 0.625rem !important;
  background: #212121;
  border: 0.0625rem solid #303030;
  color: #aaa;
}

.pdw-quantity-control:focus {
  border: 0.0625rem solid var(--pdw-secondary-color);
}

#pdw_editor_right_sec {
  right: 0;
  position: fixed;
  background: #000000;
  width: 12.5rem;
  height: 100%;
  color: #fff;
  z-index: 9;
}

#pdw_editor_right_sec .pdw-panel-section {
  margin: 1.25rem 0.5rem;
  height: 90%;
}

.panel-section-title i.fa {
  margin-right: 0.3125rem;
}

#pdw-toggle-left,
#pdw-toggle-right {
  position: fixed;
  top: 7%;
  height: 100%;
  z-index: 10;
  width: 1.875rem;
  cursor: pointer;
  text-align: center;
  background-color: #121212;
  border: 0.0625rem solid #303030;
  color: #fff;
  display: none;
  padding-top: 1.25rem;
}

#pdw-toggle-right {
  right: 0;
}

#pdw-toggle-left {
  left: 0;
}

.material-icons {
  cursor: pointer;
}

#pdw-adminbar {
  direction: ltr;
  color: #c3c4c7;
  font-size: 0.8125rem;
  font-weight: 400;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 37.5rem;
  z-index: 999999;
  background-color: #000000;
  outline: 0.0625rem solid transparent;
  display: flex;
  border-bottom: 0.0625rem solid #ffffff69;
  padding: 1rem 1rem;
}

body.woocommerce-uses-block-theme #pdw-adminbar {
  height: 4.2rem;
  padding: 0;
}

#pdw-adminbar .pdw-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}

body.woocommerce-uses-block-theme #pdw-adminbar .pdw-logo {
  margin-left: 1rem;
}

body.woocommerce-uses-block-theme .pdw-nav-cart {
  margin-right: 1rem;
}

#pdw-adminbar .pdw-adminbar-items {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.pdw-adminbar-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdw-adminbar-items ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--pdw-primary-color);
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  cursor: pointer;
}

.pdw-adminbar-icons {
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.pdw-adminbar-items a {
  text-decoration: none;
  color: #fff;
}

.pdw-adminbar-items ul li span {
  font-size: 0.875rem;
  font-weight: 600;
}

.pdw-canvas-wrapper {
  position: absolute;
}

/* Swatches CSS */
.pdw-color-swatches {
  display: inline-block;
  margin-top: 0.3125rem;
}

.pdw-color-swatch {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.0625rem solid #ccc;
  cursor: pointer;
  margin: 0 0.3125rem;
}

.pdw-color-swatch.selected {
  border: .1625rem solid #fff;
}

.pdw-color-swatches-section {
  gap: 1rem;
}

.pdw-display-price .smart-product-designer-editor-link {
  display: none;
}

#pdw-upload-design-panel,
#pwd-editor-text-options {
  color: #fff;
  font-size: 0.875rem;
  max-height: 18rem;
  overflow-y: auto;
}

#pdw-upload-design-panel {
  height: auto;
}

#pdw-upload-design-panel .pdw-upload-note {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.pdw-mt-1 {
  margin-top: 1rem;
}

.pdw-error-text {
  color: #F44336;
}

a.pdw-view-cart {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

/* Loader */
.pdw-loader {
  width: 5rem;
  height: 5rem;
  border: 0.35rem solid var(--pdw-primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.asset-text {
  width: 100%;
}

.pdw-attribute-select {
  padding: 0.3125rem;
}

.d-flex {
  display: flex;
}

.pdw-qr-bar i {
  font-size: 1.25rem;
}

.pdw-adminbar-items ul.pdw-qr-bar li {
  background: none;
  border: 0.0625rem solid var(--pdw-primary-color);
}

.pdw-qr-bar {
  gap: 0.3125rem;
  height: 1.625rem;
}

#pdw-qr-temp {
  display: none;
}

/* Floating box */
#pdw-qr-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 2.5rem;
  top: 76%;
  transform: translateX(-40%);
  background: #ffffff;
  border-radius: 0.375rem;
  padding: 0.7rem;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0);
  z-index: 1000;
  width: 15.5rem;
}

#pdw-qr-bar-container input,
#pdw-qr-bar-container button {
  padding: 0.2rem 0.5rem;
}

.pdw-add-qr-bar-input:focus {
  border: 0.0625rem solid #5546e859;
}

.pdw-add-qr-bar-input {
  border: 0.0625rem solid #5546e859;
  border-radius: 0.1875rem;
  margin-right: 0.5rem;
}

.pdw-qr-bar-icons {
  margin-top: 0.25rem;
  cursor: pointer;
}

#pdw-qr-bar-container svg {
  cursor: pointer;
}

.pdw-collapse-icon.left-collapse-icon,
.pdw-collapse-icon.right-collapse-icon {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pdw-hide-canvas {
  display: none !important;
}

.canvas-container.container-has-loader {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none !important;
}

/* Scrollbar CSS */
.smart-product-designer .menu,
#pwd-editor-text-options {
  /* Ensure overflow scroll is enabled */
  overflow-y: auto;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #828282;
}

/* For WebKit-based browsers (Chrome, Safari, Edge) */
.smart-product-designer .menu::-webkit-scrollbar,
#pwd-editor-text-options::-webkit-scrollbar {
  width: 0.375rem;
}

.smart-product-designer .menu::-webkit-scrollbar-track,
#pwd-editor-text-options::-webkit-scrollbar {
  background: transparent;
}

.smart-product-designer .menu::-webkit-scrollbar-thumb,
#pwd-editor-text-options::-webkit-scrollbar {
  background-color: #828282;
  border-radius: 0.25rem;
}

.pdw-cat-loader-container {
  display: flex;
}

.pdw-placeholder {
  width: 25% !important;
  height: 2rem !important;
  margin: .5rem !important;
}

.logo-desktop {
  width: 6.25rem;
}

.logo-mobile {
  display: none;
}

@keyframes sm-skeleton-loading {
  0% {
    background-color: #212121;
  }

  100% {
    background-color: #444444;
  }
}

.pdw-placeholder {
  animation: sm-skeleton-loading 0.8s linear infinite alternate;
  border-radius: 0.125rem;
}

/* For fixing wrodpress blocks spacing issue after the topbar*/
body .wp-site-blocks>* {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Media Query start  */
@media only screen and (max-width: 800px) {

  .pdw-collapse-icon.left-collapse-icon,
  .pdw-collapse-icon.right-collapse-icon {
    display: block;
  }

  .smart-product-designer .menu,
  #pdw_editor_right_sec {
    display: none;
  }

  #pdw-toggle-left,
  #pdw-toggle-right {
    display: block;
  }
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .pdw-canvas-wrapper {
    position: static;
  }

  .smart-product-designer .designer {
    left: 10%;
    top: 10%;
  }
}

/* Mobile */
@media only screen and (max-width: 485px) {
  #pdw-adminbar .pdw-adminbar-items {
    gap: 2rem;
    justify-content: flex-start;
  }

  .canvas-container {
    transform: translate(35%, 0);
  }

  .smart-product-designer .designer {
    left: -25%;
    top: 15%;
  }

  .smart-product-designer .menu {
    width: 20rem;
  }
}

/* Mini mobile */
@media only screen and (max-width: 425px) {}

.pdw-hide {
  display: none !important;
}

.pdw-zoom-controls {
  position: fixed;
  bottom: 1.875rem;
  right: 5%;
  z-index: 10000;
  display: flex;
  align-items: center;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  padding: 0.375rem 1rem;
  border-radius: 2.5rem;
  height: 3rem;
  color: #efefef;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  user-select: none;
  font-family: inherit;
}

.pdw-zoom-btn {
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
  border-radius: 50%;
}

.pdw-zoom-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--pdw-primary-color);
}

.pdw-zoom-btn.active {
  background: var(--pdw-primary-color);
  color: #fff;
  box-shadow: 0 0 0.9375rem var(--pdw-primary-color);
}

.pdw-zoom-bar {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.875rem;
}

.pdw-zoom-out,
.pdw-zoom-in {
  cursor: pointer;
  font-size: 1.375rem;
  width: 1.75rem;
  text-align: center;
  transition: opacity 0.2s;
}

.pdw-zoom-out:hover,
.pdw-zoom-in:hover {
  opacity: 0.7;
}

.pdw-zoom-value {
  font-size: 0.9375rem;
  font-weight: 500;
  min-width: 2.8125rem;
  text-align: center;
  color: #999;
}

.pdw-zoom-reset {
  cursor: pointer;
  font-size: 0.9375rem;
  padding-left: 0.5rem;
  font-weight: 500;
  color: #777;
  transition: color 0.2s;
}

.pdw-zoom-reset:hover {
  color: #fff;
}

/* Canvas Draggable Helper */
.canvas-container.pdw-draggable {
  cursor: grab !important;
}

.canvas-container.pdw-draggable.ui-draggable-dragging {
  cursor: grabbing !important;
}

.canvas-container.pdw-draggable canvas {
  pointer-events: none !important;
}

.pdw-canvas-wrapper {
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
}