/* RESET */
.fpd-container div,
.fpd-container picture,
.fpd-container input,
.fpd-container span,
.fpd-container textarea,
.fpd-container label,
.fpd-container select {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: none;
  outline: none;
  line-height: 20px;
}
.fpd-product *,
.fpd-design * {
  display: none;
}
.fpd-design img {
  display: none;
}
.fpd-container input,
.fpd-element-toolbar input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: auto;
}
.fpd-element-toolbar,
.fpd-element-toolbar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fpd-element-toolbar input {
  margin: 0 !important;
}
/* COLOR SCHEME - here you can define your own color scheme */
/* Primary Color */
.fpd-container .fpd-primary-bg-color,
.fpd-actions-wrapper > .fpd-action-btn:hover,
.fpd-actions-wrapper > .fpd-action-btn.fpd-active,
.fpd-thumbnail-preview > .fpd-preview-price {
  background-color: #1a1a1a;
}
.fpd-container .fpd-primary-text-color,
.fpd-navigation > div.fpd-active,
.fpd-bottom-nav > div.fpd-active {
  color: #1a1a1a;
}
/* Secondary Color */
.fpd-container .fpd-secondary-bg-color,
.fpd-container .fpd-btn,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn,
.fpd-switch-container.fpd-enabled .fpd-switch-toggle,
.fpd-switch-container.fpd-enabled .fpd-switch-bar,
.fpd-modal-product-designer.fpd-modal-overlay .fpd-done {
  background-color: #27AE60;
}
.fpd-container .fpd-btn:hover,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn:hover {
  background: #2aba67;
}
.fpd-container .fpd-btn.fpd-secondary,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn.fpd-secondary {
  background: #E0E1E2;
}
.fpd-container .fpd-btn.fpd-secondary:hover,
.fpd-modal-wrapper .fpd-modal-content .fpd-btn.fpd-secondary:hover {
  background: #e8e9e9;
}
.fpd-container .fpd-btn.fpd-dark {
  background: rgba(0, 0, 0, 0.6);
}
.fpd-container .fpd-btn.fpd-dark:hover {
  background: rgba(26, 26, 26, 0.6);
}
.fpd-toggle.fpd-enabled {
  color: #27AE60 !important;
}
/* Main Text Color */
.fpd-container,
.fpd-container textarea,
.fpd-sub-tooltip-theme .tooltipster-content,
.fpd-modal-wrapper > .fpd-modal-close {
  color: rgba(0, 0, 0, 0.8);
}
/* Main Border Color */
.fpd-actions-wrapper > .fpd-action-btn,
.fpd-list > .fpd-list-row,
.fpd-container.fpd-sidebar > .fpd-mainbar,
.fpd-container textarea,
.fpd-container.fpd-sidebar.fpd-sidebar-right > .fpd-mainbar,
.fpd-container.fpd-main-bar-container .fpd-mainbar,
.fpd-container .fpd-module input,
.fpd-thumbnail-preview,
.fpd-container .fpd-stage-off-canvas,
.fpd-manage-layers-panel .fpd-sortable-placeholder,
.fpd-container .fpd-close-off-canvas,
.fpd-topbar[class*="fpd-off-canvas-"] .fpd-mainbar .fpd-content,
.fpd-container input[type="text"],
.fpd-text-layers-panel .fpd-list > div {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.fpd-container textarea:focus,
.fpd-element-toolbar textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* SHADOWS */
.fpd-shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fpd-shadow-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fpd-shadow-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.fpd-shadow-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.fpd-shadow-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.fpd-shadow-6:before,
.fpd-shadow-6:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.fpd-shadow-6:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.fpd-shadow-7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fpd-shadow-7:before,
.fpd-shadow-7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}
.fpd-shadow-8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fpd-shadow-8:before,
.fpd-shadow-8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}
.fpd-shadow-8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.fpd-shadow-9 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fpd-shadow-9:before,
.fpd-shadow-9:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.fpd-shadow-9:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* Tooltip */
.fpd-tooltip {
  cursor: pointer;
}
.fpd-tooltip .fpd-tooltip-content {
  display: none;
}
.fpd-tooltip-theme,
.fpd-sub-tooltip-theme,
.fpd-main-wrapper .fpd-element-tooltip,
.fpd-container.fpd-gt-step {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.fpd-tooltip-theme .tooltipster-content {
  font-size: 10px;
  line-height: 12px;
  padding: 8px 7px 6px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.fpd-main-wrapper .fpd-element-tooltip {
  display: none;
  position: absolute;
  color: #fff;
  font-weight: 400;
  max-width: 250px;
  padding: 5px 7px;
  top: 0;
  z-index: 900;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fpd-tooltip-theme .tooltipster-arrow {
  display: none !important;
}
.fpd-sub-tooltip-theme {
  background: #f5f5f5 !important;
  pointer-events: all !important;
}
.fpd-sub-tooltip-theme .tooltipster-content {
  font-size: 30px;
  padding: 8px 7px 6px;
  white-space: nowrap;
}
.fpd-sub-tooltip-theme .tooltipster-content .fpd-item {
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.fpd-sub-tooltip-theme .tooltipster-content .fpd-item:hover {
  opacity: 1;
}
/* Scrollbar */
.mCSB_outside + .mCSB_scrollTools {
  right: -2px;
  margin: 15px 0;
}
/* Browser Alert */
.fpd-browser-alert {
  padding: 10px !important;
}
.fpd-browser-alert > p {
  font-size: 14px;
}
.fpd-browser-alert a {
  margin-right: 20px;
  text-decoration: underline;
  color: white !important;
}
.fpd-browser-alert {
  border: 1px solid #E74C3C;
  background: #E74C3C;
  color: #fff;
}
/* Editor Box */
.fpd-editor-box {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin: 40px 0;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  color: rgba(0, 0, 0, 0.8);
}
.fpd-editor-box > div > p {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.fpd-editor-box i {
  font-size: 0.9em;
  font-style: normal;
  text-transform: uppercase;
}
.fpd-editor-box > div > p > input {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
/* Zoom Lens */
.zoomContainer .zoomLens {
  background-color: #fff;
}
/* Device Info */
.fpd-device-info {
  display: none;
  padding: 10px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.03);
}
/* Visibility */
.fpd-visibility {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 200ms, opacity 200ms ease-out;
  transition: visibility 200ms, opacity 200ms ease-out;
}
.fpd-visibility.fpd-show {
  visibility: visible;
  opacity: 1;
}
/* Blurred Background */
.fpd-blurred-background {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200%;
  height: 200%;
  max-width: none !important;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-filter: blur(20px);
  filter: blur(10px);
}
/* Helpers */
.fpd-container .fpd-disabled,
.fpd-element-toolbar .fpd-disabled,
.fpd-disabled {
  opacity: 0.2 !important;
  cursor: default !important;
  pointer-events: none;
}
.fpd-clearfix:before,
.fpd-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fpd-clearfix:after {
  clear: both;
}
.fpd-clearfix {
  zoom: 1;
}
.fpd-clear {
  clear: both;
}
.fpd-left {
  float: left;
}
.fpd-right {
  float: right;
}
.fpd-hidden {
  display: none !important;
}
.fpd-overflow-hidden {
  overflow: hidden !important;
}
.fpd-no-padding {
  padding: 0 !important;
}
.fpd-fullwidth {
  width: 100%;
}
.fpd-help-icon {
  cursor: help;
}
.fpd-container .fpd-drag,
.fpd-context-dialog .fpd-drag {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
.fpd-container .fpd-drag:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.fpd-show-up {
  opacity: 1 !important;
}
.fpd-hidden-canvas {
  position: absolute !important;
  left: -9999999px;
}
[class^="fpd-icon-"]:before {
  color: inherit !important;
}
/* GRID */
.fpd-container .fpd-grid,
.fpd-element-toolbar .fpd-grid {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.fpd-grid > .fpd-item {
  cursor: pointer;
  width: 50%;
  height: 100px;
  max-height: 150px;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fpd-grid > .fpd-category.fpd-item {
  background: #ecf0f1;
  color: #7f8c8d;
  margin: 1px;
  height: 100px !important;
  width: calc(50% - 2px) !important;
  border-radius: 2px;
}
.fpd-grid > .fpd-category.fpd-item:nth-child(-n+2) {
  margin-top: 0;
}
.fpd-grid > .fpd-category.fpd-item:nth-child(2n+2) {
  margin-right: 0;
}
.fpd-grid > .fpd-category.fpd-item:hover {
  background: #cfd9db;
}
.fpd-grid > .fpd-item > picture {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.fpd-grid.fpd-padding > .fpd-item > picture {
  top: 10px;
  left: 20px;
  right: 20px;
  bottom: 10px;
}
.fpd-grid-cover > .fpd-item > picture {
  background-size: cover;
}
.fpd-grid-contain > .fpd-item > picture {
  background-size: contain;
}
.fpd-grid > .fpd-category.fpd-item > picture {
  height: 55%;
}
.fpd-grid > .fpd-category.fpd-item > span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.fpd-grid > .fpd-category.fpd-item.fpd-title-centered > span {
  bottom: 50%;
  font-size: 14px;
  white-space: normal;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.fpd-item > picture,
.fpd-item > img {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fpd-item:hover > picture,
.fpd-item:hover > img {
  opacity: 0.8;
}
.fpd-photo-grid > .fpd-item > picture {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.fpd-grid > .fpd-item > picture.fpd-on-loading,
.fpd-thumbnail-preview picture.fpd-on-loading {
  background-size: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzJweCcgaGVpZ2h0PSczMnB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1kZWZhdWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjA4MzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMTY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDkwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4yNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMTIwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4zMzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjQxNjY2NjY2NjY2NjY2NjdzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMjEwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC41ODMzMzMzMzMzMzMzMzM0cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNzVzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuODMzMzMzMzMzMzMzMzMzNHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMzMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC45MTY2NjY2NjY2NjY2NjY2cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PC9zdmc+);
}
/* DYNAMIC COLUMNS */
.fpd-grid-columns-1 .fpd-grid > .fpd-item {
  width: 100%;
  height: 120px;
}
.fpd-grid-columns-2 .fpd-grid > .fpd-item {
  width: 50%;
  height: 100px;
}
.fpd-grid-columns-3 .fpd-grid > .fpd-item {
  width: 33%;
  height: 100px;
}
.fpd-grid-columns-4 .fpd-grid > .fpd-item {
  width: 25%;
  height: 80px;
}
.fpd-grid-columns-5 .fpd-grid > .fpd-item {
  width: 20%;
  height: 60px;
}
.fpd-container {
  position: relative;
  max-width: 100%;
}
.fpd-container.fpd-not-responsive,
.fpd-container.fpd-not-responsive * {
  max-width: none !important;
}
.fpd-disable-touch-scrolling canvas {
  -ms-touch-action: none !important;
      touch-action: none !important;
}
.fpd-container > div {
  position: relative;
}
.fpd-container.fpd-sidebar > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 1px;
}
.fpd-container > .fpd-main-wrapper {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  min-height: 400px;
  background: url(data:image/png;base64,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);
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.fpd-main-wrapper .fpd-product-stage {
  position: relative;
  direction: ltr;
  max-height: 100%;
}
.fpd-container.fpd-sidebar .fpd-main-wrapper > .fpd-product-stage {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fpd-product-stage > .fpd-zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.fpd-container .fpd-scroll-area {
  height: 100%;
}
/* LOADER */
.fpd-container .fpd-loader-wrapper {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.fpd-loader-wrapper > .fpd-loader {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fpd-loader > .fpd-loader-text {
  position: absolute;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 1.5px;
  -webkit-filter: blur(0);
}
.fpd-loader > .fpd-loader-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: fpd-loader-animation 1.1s infinite linear;
          animation: fpd-loader-animation 1.1s infinite linear;
}
.fpd-loader > .fpd-loader-circle,
.fpd-loader > .fpd-loader-circle:after {
  border-radius: 50%;
}
@-webkit-keyframes fpd-loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fpd-loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Snap Lines */
.fpd-main-wrapper > .fpd-snap-line-h,
.fpd-main-wrapper > .fpd-snap-line-v {
  position: absolute;
  z-index: 100;
  display: none;
}
.fpd-main-wrapper > .fpd-snap-line-h {
  border-top: 1px dashed #ccc;
  width: 100%;
  height: 2px;
  top: 10px;
  left: 0;
}
.fpd-main-wrapper > .fpd-snap-line-v {
  border-left: 1px dashed #ccc;
  width: 2px;
  height: 100%;
  top: 0;
  left: 10px;
}
.fpd-view-stage textarea {
  left: -10000px !important;
  top: 50% !important;
}
/* View Modal Lock */
.fpd-main-wrapper > .fpd-modal-lock {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 15;
}
.fpd-main-wrapper > .fpd-modal-lock.fpd-animated {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.fpd-main-wrapper > .fpd-modal-lock.fpd-active {
  display: block;
}
.fpd-modal-lock > .fpd-toggle-lock {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fpd-modal-lock > .fpd-toggle-lock > span {
  display: none;
  font-size: 80px;
}
.fpd-modal-lock > .fpd-toggle-lock > span.fpd-icon-unlocked {
  display: inline;
}
.fpd-modal-lock.fpd-unlocked > .fpd-toggle-lock > span.fpd-icon-locked {
  display: inline;
}
.fpd-modal-lock.fpd-unlocked > .fpd-toggle-lock > span.fpd-icon-unlocked {
  display: none;
}
.fpd-modal-lock > .fpd-toggle-lock > div {
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 100;
}
.fpd-main-wrapper > .fpd-modal-lock.fpd-unlocked {
  width: 40px;
  height: 40px;
  left: 15px;
  bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
          box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.fpd-modal-lock.fpd-unlocked span {
  font-size: 20px !important;
}
.fpd-modal-lock.fpd-unlocked > .fpd-toggle-lock > div {
  display: none;
}
/* LIST */
.fpd-container .fpd-list,
.fpd-context-dialog .fpd-list {
  width: 100%;
  overflow: auto;
}
.fpd-list > .fpd-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  cursor: pointer;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.fpd-list > .fpd-list-row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.fpd-list > .fpd-list-row:first-child {
  border-top: none;
}
.fpd-list-row > .fpd-cell-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.fpd-list-row > div {
  line-height: 1;
  padding: 22px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fpd-list-row span {
  font-size: 18px;
}
/* SNACKBAR */
.fpd-snackbar-wrapper {
  position: fixed;
  left: 12px;
  bottom: 0;
  z-index: 100000;
}
.fpd-snackbar {
  background: #323232;
  margin-bottom: 10px;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  min-width: 288px;
  max-width: 568px;
  opacity: 0;
  max-height: 0;
  overflow-y: hidden;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fpd-snackbar p {
  margin: 0;
  padding: 16px 24px;
}
.fpd-snackbar.fpd-show-up {
  max-height: 300px;
}
/* BUTTONS */
.fpd-container .fpd-btn,
.fpd-modal-wrapper .fpd-btn {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* TEXTAREA */
.fpd-container textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  resize: none;
}
.fpd-container textarea:focus,
.fpd-element-toolbar textarea:focus {
  outline: none;
}
/* INPUT:TEXT */
.fpd-container input[type="text"] {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 8px 5px;
  font-size: 12px;
}
.fpd-container input[type="text"]:focus {
  outline: none;
}
/* INPUT SEARCH */
.fpd-input-search {
  position: relative;
}
.fpd-input-search > input {
  padding-right: 25px !important;
  height: 38px !important;
  margin: 0 !important;
}
.fpd-input-search > span {
  color: #7f8c8d;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* SWITCH */
.fpd-switch-container {
  height: 14px;
  position: relative;
  width: 36px;
  cursor: pointer;
}
.fpd-switch-container .fpd-switch-bar {
  border-radius: 8px;
  height: 100%;
  background: #000;
  opacity: 0.26;
  width: 100%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.fpd-switch-container .fpd-switch-toggle {
  background: #fff !important;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.fpd-switch-container.fpd-enabled .fpd-switch-toggle {
  left: calc(100% - 12px);
}
.fpd-switch-container.fpd-enabled .fpd-switch-bar {
  opacity: 1 !important;
}
/* INPUT BACK SEARCH */
fpd-container .fpd-input-back-search {
  width: 100%;
}
.fpd-input-back-search > .fpd-back {
  padding: 6px 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: none !important;
  background: rgba(0, 0, 0, 0.03) !important;
  color: #7f8c8d;
  float: left;
  margin: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fpd-input-back-search > .fpd-input-search {
  float: left;
  width: calc(100% - 32px);
}
/* Toggles */
.fpd-toggle.fpd-enabled {
  opacity: 1;
}
/* Inside Positions */
.fpd-main-wrapper [class^="fpd-inside-t"],
.fpd-main-wrapper [class*="fpd-inside-t"] {
  top: 15px;
}
.fpd-main-wrapper [class^="fpd-inside-b"],
.fpd-main-wrapper [class*="fpd-inside-b"] {
  bottom: 15px;
}
.fpd-main-wrapper .fpd-inside-tl,
.fpd-main-wrapper .fpd-inside-bl {
  left: 15px;
}
.fpd-main-wrapper .fpd-inside-tc,
.fpd-main-wrapper .fpd-inside-bc {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fpd-main-wrapper .fpd-inside-tr,
.fpd-main-wrapper .fpd-inside-br {
  right: 15px;
}
/* Dividers */
.fpd-container .fpd-h-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 10px 0;
}
/* Color Picker */
.fpd-container .sp-replacer,
.fpd-container .sp-preview {
  border: none;
}
.fpd-container .sp-dd {
  display: none;
}
/* Input:range */
input[type=range].fpd-input-range {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
  position: relative;
  vertical-align: top;
}
input[type=range].fpd-input-range:focus {
  outline: none;
}
input[type=range].fpd-input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #D3D3D3;
  border-radius: 2px;
  border: 0 solid black;
}
input[type=range].fpd-input-range::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range].fpd-input-range:focus::-webkit-slider-runnable-track {
  background: #e0e0e0;
}
input[type=range].fpd-input-range::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #D3D3D3;
  border-radius: 2px;
  border: 0 solid black;
}
input[type=range].fpd-input-range::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
}
input[type=range].fpd-input-range::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range].fpd-input-range::-ms-fill-lower {
  background: #c6c6c6;
  border: 0 solid black;
  border-radius: 4px;
}
input[type=range].fpd-input-range::-ms-fill-upper {
  background: #D3D3D3;
  border: 0 solid black;
  border-radius: 4px;
}
input[type=range].fpd-input-range::-ms-thumb {
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #424242;
  cursor: pointer;
}
input[type=range].fpd-input-range:focus::-ms-fill-lower {
  background: #D3D3D3;
}
input[type=range].fpd-input-range:focus::-ms-fill-upper {
  background: #e0e0e0;
}
.fpd-dropdown {
  position: relative;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.fpd-module .fpd-dropdown {
  border-radius: 2px;
}
.fpd-dropdown.fpd-search {
  margin: 6px 8px 7px;
  padding: 0 !important;
}
.fpd-dropdown.fpd-active,
.fpd-module .fpd-dropdown {
  border: 1px solid #D3D3D3 !important;
}
.fpd-dropdown.fpd-search > input.fpd-dropdown-current {
  width: 100%;
  text-align: left;
  cursor: text;
  padding: 0 20px 0 5px ;
  font-size: 12px;
  background-color: #fff;
}
.fpd-module .fpd-dropdown > .fpd-dropdown-current {
  padding-left: 5px;
}
.fpd-dropdown.fpd-active > input {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.fpd-dropdown.fpd-search > input:focus {
  outline: none;
}
.fpd-dropdown > .fpd-dropdown-current > * {
  display: inline-block;
  padding-top: 4px;
}
.fpd-dropdown > .fpd-dropdown-arrow {
  position: absolute;
  right: 2px;
  top: 5px;
  opacity: 0.6;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.fpd-dropdown > .fpd-dropdown-list {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: #fff;
  padding: 5px 0;
  z-index: 100;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-radius: 0 0 2px 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.fpd-dropdown.fpd-active > .fpd-dropdown-list,
.fpd-dropdown.fpd-search > input:focus ~ .fpd-dropdown-list {
  border: 1px solid #D3D3D3 !important;
}
.fpd-dropdown.fpd-search.fpd-active > .fpd-dropdown-arrow,
.fpd-dropdown.fpd-search > input:focus ~ .fpd-dropdown-arrow {
  top: 3px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fpd-dropdown.fpd-search > input:focus ~ .fpd-dropdown-list,
.fpd-dropdown.fpd-active > .fpd-dropdown-list {
  display: block !important;
}
.fpd-dropdown > .fpd-dropdown-list > *:first-child {
  padding-top: 5px;
}
.fpd-dropdown-list > .fpd-item {
  display: block;
  text-align: left;
  padding: 6px 5px;
  line-height: 14px;
  cursor: pointer;
  color: rgba(66, 66, 66, 0.92);
}
.fpd-dropdown-list > .fpd-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.fpd-dropdown.fpd-on-loading .fpd-dropdown-arrow {
  display: none !important;
}
.fpd-dropdown.fpd-on-loading > input.fpd-dropdown-current {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzJweCcgaGVpZ2h0PSczMnB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1kZWZhdWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjA4MzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMTY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDkwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4yNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMTIwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4zMzMzMzMzMzMzMzMzMzMzcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjQxNjY2NjY2NjY2NjY2NjdzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMjEwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC41ODMzMzMzMzMzMzMzMzM0cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjMDAwMDAwJyB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNzVzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyMwMDAwMDAnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuODMzMzMzMzMzMzMzMzMzNHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzAwMDAwMCcgdHJhbnNmb3JtPSdyb3RhdGUoMzMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC45MTY2NjY2NjY2NjY2NjY2cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PC9zdmc+);
}
.fpd-slider-group {
  background: #ededed;
  border: 1px solid #D3D3D3 !important;
  padding: 5px !important;
  height: 35px;
  border-radius: 2px;
  position: relative;
  margin-top: 10px !important;
}
.fpd-slider-group > * {
  height: 100% !important;
  float: left;
  display: block !important;
}
.fpd-slider-group > span {
  width: 20px;
  padding-top: 5px;
  text-align: center;
  padding-right: 3px;
}
.fpd-slider-group > input {
  width: 40px;
  text-align: center;
  font-size: 11px !important;
  z-index: 1;
  border: 1px solid #D3D3D3 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 !important;
  padding: 0 !important;
}
.fpd-slider-group > .fpd-range-wrapper {
  width: calc(100% - 60px);
}
.fpd-range-slider,
.fpd-range-slider__fill {
  display: block;
}
.fpd-range-slider {
  background: #fff;
  border: 1px solid #D3D3D3;
  position: relative;
  border-left: none;
}
.fpd-range-slider--horizontal {
  height: 100%;
  width: 100%;
}
.fpd-range-slider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.fpd-range-slider--disabled {
  opacity: 0.4;
}
.fpd-range-slider__fill {
  position: absolute;
}
.fpd-range-slider--horizontal .fpd-range-slider__fill {
  top: 0;
  height: 100%;
}
.fpd-range-slider--vertical .fpd-range-slider__fill {
  bottom: 0;
  width: 100%;
}
.fpd-range-slider__handle {
  background: rgba(66, 66, 66, 0.92);
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 100%;
  position: absolute;
  background-size: 100%;
  border-radius: 2px;
}
.fpd-range-slider__handle:active {
  opacity: 0.8;
}
.fpd-range-slider--horizontal .fpd-range-slider__handle {
  top: 0;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.fpd-range-slider--vertical .fpd-range-slider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .fpd-range-slider .fpd-range-slider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.fpd-element-toolbar {
  background: rgba(66, 66, 66, 0.92);
  max-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fpd-toolbar-placement-inside-bottom.fpd-element-toolbar,
.fpd-toolbar-placement-inside-top.fpd-element-toolbar {
  width: 100% !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  left: 0 !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.fpd-toolbar-placement-inside-top.fpd-element-toolbar {
  top: 0 !important;
}
.fpd-toolbar-placement-inside-bottom.fpd-element-toolbar {
  top: auto !important;
  bottom: 0 !important;
}
.fpd-element-toolbar > .fpd-row {
  display: inline-block;
  position: relative;
  padding: 6px 0 4px;
}
.fpd-element-toolbar > .fpd-row:nth-child(3) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: none;
  border-right: none;
}
.fpd-element-toolbar > .fpd-row:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.fpd-toolbar-placement-inside-bottom.fpd-element-toolbar > .fpd-row,
.fpd-toolbar-placement-inside-top.fpd-element-toolbar > .fpd-row {
  border: none !important;
}
.fpd-element-toolbar > .fpd-row > div {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  cursor: pointer;
  padding: 6px 8px 7px 7px;
  text-align: right;
  float: left;
  line-height: 25px;
  position: relative;
}
.fpd-text-size-tools > div:first-child,
.fpd-text-random-tools > div:first-child {
  padding-left: 0;
}
.fpd-element-toolbar > .fpd-row > div.fpd-active {
  background: #ffffff;
  color: rgba(66, 66, 66, 0.92);
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}
.fpd-element-toolbar.fpd-toolbar-placement-inside-bottom.fpd-element-toolbar > .fpd-row > div.fpd-active {
  border-radius: 0 0 2px 2px;
}
.fpd-element-toolbar > .fpd-row > div > span {
  line-height: inherit;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.fpd-element-toolbar > .fpd-row *::-moz-selection:not(input) {
  background: transparent;
}
.fpd-element-toolbar > .fpd-row *::selection:not(input) {
  background: transparent;
}
.fpd-element-toolbar > .fpd-row > div.fpd-tooltip > span {
  opacity: 0.6;
}
.fpd-element-toolbar > .fpd-row > div.fpd-active > span,
.fpd-element-toolbar > .fpd-row > div > span:hover {
  opacity: 1;
}
.fpd-element-toolbar > .fpd-row input {
  width: 35px;
  height: 25px;
  padding: 1px;
  line-height: 1;
  color: #000;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  text-align: center;
  border-radius: 2px;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.fpd-toggle.fpd-enabled > * {
  opacity: 1 !important;
}
/* Sub Panel */
.fpd-element-toolbar > .fpd-sub-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #D3D3D3;
  display: none;
  border-top: none;
  min-height: 50px;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 10px;
  max-width: none;
}
.fpd-element-toolbar.fpd-toolbar-placement-inside-bottom > .fpd-sub-panel {
  margin-top: -38px;
  border-bottom: none;
  border-top: 1px solid #D3D3D3;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2);
}
.fpd-sub-panel > div {
  display: none;
  max-width: 100%;
  width: 210px;
}
.fpd-sub-panel > div > div {
  margin-bottom: 15px;
}
.fpd-sub-panel > div > div:last-child {
  margin-bottom: 0;
}
.fpd-sub-panel > div.fpd-active {
  display: block;
}
.fpd-sub-panel .fpd-panel-tabs > span {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  padding-bottom: 1px;
}
.fpd-panel-tabs > span.fpd-active {
  border-bottom: 2px solid #D3D3D3;
}
.fpd-panel-tabs > span.fpd-disabled {
  display: none;
}
.fpd-sub-panel .fpd-panel-tabs-content {
  margin-top: 10px;
}
.fpd-panel-tabs-content > div {
  display: none;
}
.fpd-panel-tabs-content > div.fpd-active {
  display: block;
}
.fpd-sub-panel .fpd-icon-button-group {
  margin-bottom: 10px;
}
.fpd-sub-panel .fpd-icon-button-group:last-child {
  margin: 0;
}
.fpd-sub-panel .fpd-icon-button-group > span {
  background: #ededed;
  color: rgba(66, 66, 66, 0.92);
  font-size: 18px;
  padding: 8px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
}
.fpd-sub-panel .fpd-icon-button-group > span:nth-of-type(-n+4) {
  margin-bottom: 5px;
}
.fpd-sub-panel .fpd-icon-button-group > span:nth-child(4n) {
  margin-right: 0;
}
.fpd-sub-panel .fpd-icon-button-group > span:hover {
  opacity: 0.8;
}
/* Common Tools */
.fpd-element-toolbar.fpd-toolbar-placement-inside-bottom .fpd-dropdown-list {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  bottom: auto;
  -webkit-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
}
.fpd-element-toolbar .fpd-current-fill {
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 20px;
  height: 20px;
  background: #ff7777;
  border-radius: 2px;
  margin-top: 3px;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.fpd-sub-panel .fpd-panel-fill {
  width: 194px;
}
.fpd-sub-panel .fpd-color-picker {
  margin-bottom: 10px;
}
.fpd-slider-group > .fpd-icon-transparency {
  padding-left: 5px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.fpd-sub-panel .fpd-panel-position {
  width: 175px;
}
.fpd-sub-panel .fpd-tool-scaleX {
  margin-bottom: 5px;
}
.fpd-sub-panel .fpd-tool-uniscaling-locker {
  display: none;
  text-align: center;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.fpd-sub-panel .fpd-tool-uniscaling-locker:before,
.fpd-sub-panel .fpd-tool-uniscaling-locker:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 40%;
  height: 1px;
  background: #D3D3D3;
}
.fpd-sub-panel .fpd-tool-uniscaling-locker:after {
  right: 0;
  left: auto;
}
.fpd-sub-panel .fpd-tool-scaleY {
  margin-top: 5px;
}
/* Text Tools */
.fpd-element-toolbar .fpd-tool-font-family {
  width: 220px;
  margin-right: 0;
  margin-left: 0;
  font-size: 11px !important;
  border-radius: 2px;
}
.fpd-element-toolbar .fpd-tool-font-family.fpd-active {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fpd-tool-font-family > span {
  background: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 2px;
  width: 100% !important;
  text-align: left !important;
  padding: 0 7px;
}
.fpd-tool-font-family > .fpd-dropdown-arrow {
  right: 2px;
  top: 2px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8) !important;
}
.fpd-row.fpd-text-random-tools > div {
  padding-right: 4px;
  padding-left: 5px;
}
.fpd-sub-panel .fpd-panel-text-align {
  width: 30px;
}
.fpd-sub-panel > .fpd-panel-edit-text {
  width: 245px;
}
.fpd-dropdown.fpd-tool-text-align .fpd-dropdown-arrow,
.fpd-dropdown.fpd-tool-text-transform .fpd-dropdown-arrow {
  right: 4px;
  bottom: 0;
  top: auto;
}
.fpd-dropdown.fpd-tool-text-align .fpd-item,
.fpd-dropdown.fpd-tool-text-transform .fpd-item {
  text-align: center;
}
.fpd-panel-edit-text > textarea {
  border: 1px solid #D3D3D3;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  height: 100px;
  resize: none;
}
.fpd-icon-curved-text-reverse {
  font-size: 18px;
}
/* PATTERNS & COLOR PALETTE & FILTERS */
.fpd-patterns > .fpd-grid,
.fpd-filters > .fpd-grid,
.fpd-color-picker > .fpd-color-palette {
  height: auto;
  max-height: 42px;
  overflow: auto;
}
.fpd-patterns > .fpd-grid > .fpd-item,
.fpd-filters > .fpd-grid > .fpd-item,
.fpd-color-picker > .fpd-color-palette > .fpd-item {
  border: 1px solid #D3D3D3;
  width: 19px;
  height: 19px;
  margin: 0 2px 2px 0;
  min-height: inherit;
}
.fpd-filters > .fpd-grid > .fpd-item {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
/* TEXT TOOLS */
.fpd-tool-text-transform .fpd-item,
.fpd-tool-text-transform .fpd-dropdown-current {
  font-size: 12px;
}
/* COLORPICKER */
.sp-container {
  background: #ededed !important;
  border-color: #D3D3D3 !important;
  padding: 10px !important;
}
.sp-container * {
  outline: none !important;
}
.sp-picker-container {
  border-left: none !important;
}
.sp-input-container > input {
  height: 27px;
}
.sp-color,
.sp-hue {
  border: #DADADA !important;
}
.sp-slider {
  border: none !important;
  height: 5px !important;
}
.fpd-color-picker .sp-dd {
  display: none !important;
}
.sp-initial {
  border: 1px solid #D3D3D3 !important;
}
.sp-input {
  border: 1px solid #D3D3D3 !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sp-fill {
  padding-top: 80% !important;
}
.sp-input-container {
  margin-left: 10px !important;
}
/* General */
.fpd-color-picker .sp-replacer {
  border: 1px solid #D3D3D3;
  background: none;
  margin: 0;
  padding: 0;
}
.fpd-color-picker .sp-preview {
  border: none;
  height: 18px;
  width: 100%;
}
.fpd-color-picker.fpd-colorpicker-group .sp-replacer {
  width: 21px;
  margin: 0 2px 2px 0;
}
.fpd-color-picker.fpd-colorpicker-group input {
  display: none !important;
}
.sp-palette-container {
  border: none !important;
}
.sp-container {
  display: table;
  padding: 10px;
  max-width: 220px;
}
.sp-container > * {
  float: none;
}
.sp-picker-container {
  display: table-header-group;
}
.sp-palette-container {
  display: table-footer-group;
}
.sp-palette {
  margin-top: 5px;
}
.sp-input-container {
  margin-left: 10px;
  margin-bottom: 0;
}
.sp-palette .sp-thumb-el {
  border-color: #D3D3D3;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: rgba(66, 66, 66, 0.92);
}
.sp-sat {
  left: -1px;
}
/*.sp-cancel,
.sp-cancel:hover {
	background: #d93f3f;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 6px;
	line-height: 1;
	border-radius: 2px;
	text-align: center;
}

.sp-choose {
	text-shadow: none !important;
	background-image: none !important;
	border: none !important;
	border-radius: 2px !important;
}*/
.fpd-color-picker .sp-cancel,
.fpd-color-picker .sp-choose,
.sp-palette-row-selection {
  display: none !important;
}
.fpd-mainbar .fpd-content {
  background: #fff;
}
.fpd-mainbar .fpd-close-off-canvas {
  display: none;
}
/* Top Bar */
.fpd-topbar .fpd-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  overflow-x: auto;
}
.fpd-topbar .fpd-navigation > div {
  height: 100%;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fpd-topbar .fpd-navigation > div > span {
  line-height: 65px;
  font-size: 26px;
}
.fpd-topbar .fpd-navigation > div > .fpd-label {
  font-size: 15px;
  padding-left: 5px;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
}
.fpd-topbar .fpd-mainbar > .fpd-content {
  display: none;
}
/* Top Bar - Off Canvas */
.fpd-container.fpd-topbar[class*="fpd-off-canvas-"] {
  overflow: hidden;
}
.fpd-topbar[class*="fpd-off-canvas-"] .fpd-mainbar .fpd-content {
  height: 600px;
  width: 300px;
  position: absolute;
  top: 65px;
  display: block;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fpd-topbar[class*="fpd-off-canvas-left"] .fpd-mainbar .fpd-content {
  left: -350px;
  border-right-width: 1px;
  border-right-style: solid;
}
.fpd-topbar[class*="fpd-off-canvas-left"] .fpd-mainbar.fpd-show .fpd-content {
  left: 0;
}
.fpd-topbar[class*="fpd-off-canvas-right"] .fpd-mainbar .fpd-content {
  right: -350px;
  border-left-width: 1px;
  border-left-style: solid;
}
.fpd-topbar[class*="fpd-off-canvas-right"] .fpd-mainbar.fpd-show .fpd-content {
  right: 0;
}
.fpd-container.fpd-topbar[class*="fpd-off-canvas-"] .fpd-close-off-canvas {
  display: block;
  position: absolute;
  top: 102px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 100;
  cursor: pointer;
  border: 1px solid;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fpd-container[class*="fpd-off-canvas-left"] .fpd-close-off-canvas {
  left: -50px;
  border-left: none !important;
}
.fpd-container[class*="fpd-off-canvas-left"] .fpd-mainbar.fpd-show > .fpd-close-off-canvas {
  left: 299px;
}
.fpd-container[class*="fpd-off-canvas-right"] .fpd-close-off-canvas {
  right: -50px;
  border-right: none !important;
}
.fpd-container[class*="fpd-off-canvas-right"] .fpd-mainbar.fpd-show > .fpd-close-off-canvas {
  right: 299px;
}
/* Side Bar */
.fpd-container.fpd-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 500px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fpd-container.fpd-sidebar > .fpd-mainbar {
  height: 100%;
  width: 300px;
  background: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}
.fpd-container.fpd-sidebar > .fpd-mainbar > .fpd-content {
  height: 100%;
}
.fpd-container.fpd-sidebar.fpd-tabs-top > .fpd-mainbar > .fpd-content {
  height: calc(100% - 50px);
}
.fpd-container.fpd-sidebar.fpd-sidebar-right > .fpd-mainbar {
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
}
.fpd-container.fpd-sidebar.fpd-sidebar-right > .fpd-mainbar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fpd-container.fpd-sidebar .fpd-navigation .fpd-label {
  display: none;
}
/* Main Bar Container */
.fpd-container.fpd-main-bar-container .fpd-mainbar {
  height: 500px !important;
  border-width: 1px;
  border-style: solid;
}
.fpd-container.fpd-main-bar-container .fpd-navigation {
  overflow-x: auto;
}
/* Navigation */
.fpd-navigation {
  color: #fff;
}
.fpd-navigation > div {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 11px 10px;
  text-align: center;
  cursor: pointer;
}
.fpd-navigation > div:hover {
  background: rgba(0, 0, 0, 0.1);
}
.fpd-navigation > div.fpd-active {
  background: #fff;
}
.fpd-navigation > div > span {
  font-size: 28px;
  line-height: 1;
}
/* Tabs Top */
.fpd-sidebar.fpd-tabs-top .fpd-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fpd-sidebar.fpd-tabs-top .fpd-navigation > div {
  height: 50px;
}
/* Tabs Side */
.fpd-sidebar.fpd-tabs-side .fpd-navigation {
  height: 100%;
  width: 50px;
  float: left;
}
.fpd-sidebar.fpd-sidebar-right.fpd-tabs-side .fpd-navigation {
  float: right;
}
.fpd-sidebar.fpd-tabs-side .fpd-navigation > div:first-child {
  margin-top: 0;
}
.fpd-sidebar.fpd-tabs-side .fpd-navigation > div > span {
  padding: 10px 0;
  display: inline-block;
}
.fpd-sidebar.fpd-tabs-side .fpd-navigation > div > span {
  font-size: 28px;
}
.fpd-sidebar.fpd-tabs-side .fpd-mainbar > .fpd-content {
  float: left;
  width: calc(100% - 50px);
}
.fpd-sidebar.fpd-tabs-side .fpd-mainbar > .fpd-navigation.fpd-hidden + .fpd-content {
  width: 100%;
}
/* Content */
.fpd-content > div {
  display: none;
}
.fpd-content > div.fpd-active {
  display: block;
}
.fpd-sidebar .fpd-navigation.fpd-hidden ~ .fpd-content {
  width: 100%;
}
/* DRAGGABLE DIALOG */
.fpd-draggable-dialog {
  display: none;
  width: 350px;
  height: 450px;
  margin-top: 5px;
  background: #fff;
  position: absolute !important;
  left: calc(50% - 175px);
  top: calc(45% - 200px);
  min-width: 200px;
  min-height: 100px;
  z-index: 1000000;
  border-radius: 2px;
  max-width: 100%;
  overflow: hidden;
}
.fpd-draggable-dialog.fpd-active {
  display: block;
}
.fpd-draggable-dialog > .fpd-dialog-head {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 15px;
  padding: 0 0 0 12px;
  cursor: move;
  overflow: hidden;
  white-space: nowrap;
}
.fpd-container .fpd-dialog-head * {
  line-height: 40px;
}
.fpd-dialog-head .fpd-dialog-drag-handle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.fpd-dialog-drag-handle .fpd-dialog-title {
  margin-left: 6px;
  text-transform: uppercase;
}
.fpd-dialog-head .fpd-close-dialog {
  padding: 0 12px;
  text-align: right;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.fpd-dialog-head .fpd-close-dialog:hover {
  opacity: 1;
}
.fpd-draggable-dialog .fpd-content {
  top: 0 !important;
  height: calc(100% - 40px) !important;
}
/* Secondary Module */
.fpd-secondary-module > div {
  display: none;
  height: 100%;
}
.fpd-secondary-module > div.fpd-active {
  display: block;
}
/* Module Top Nav */
.fpd-module .fpd-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  top: auto;
  position: absolute;
  width: 100%;
  color: #fff;
  cursor: pointer;
  height: 40px;
  font-size: 20px;
  z-index: 10;
}
.fpd-bottom-nav > div {
  padding-top: 10px;
}
.fpd-bottom-nav > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.fpd-bottom-nav > div:hover {
  background: rgba(0, 0, 0, 0.1);
}
.fpd-bottom-nav > div.fpd-active {
  background: #fff;
}
/* Upload Zone */
.fpd-upload-zone-adds-panel .fpd-upload-zone-content {
  height: calc(100% - 40px);
}
.fpd-upload-zone-content > div {
  display: none;
}
.fpd-upload-zone-content > div.fpd-active {
  display: block;
}
/* Saved Designs */
.fpd-secondary-module .fpd-saved-designs-panel {
  margin: 0 10px;
}
.fpd-saved-designs-panel .fpd-item:hover .fpd-remove-design {
  display: block;
}
.fpd-saved-designs-panel .fpd-remove-design {
  font-size: 20px;
  display: none;
  position: absolute;
  right: 2px;
  top: 0;
}
.fpd-saved-designs-panel .mCSB_outside + .mCSB_scrollTools {
  right: -10px;
}
.fpd-views-selection {
  position: absolute;
  z-index: 20;
}
.fpd-views-selection > .fpd-item {
  width: 60px;
  height: 70px;
  background: #FAFAFA;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.fpd-views-selection > .fpd-item > picture {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
}
.fpd-views-selection .fpd-item:last-child {
  margin: 0 !important;
}
.fpd-views-selection .fpd-view-active {
  background: #f5f5f5;
}
/* Inside */
.fpd-views-inside-top .fpd-views-selection {
  top: 15px;
  left: 15px;
}
.fpd-views-inside-right .fpd-views-selection {
  top: 15px;
  right: 15px;
}
.fpd-views-inside-bottom .fpd-views-selection {
  bottom: 15px;
  right: 15px;
}
.fpd-views-inside-left .fpd-views-selection {
  bottom: 15px;
  left: 15px;
}
.fpd-views-inside-top.fpd-views-centered .fpd-views-selection,
.fpd-views-inside-bottom.fpd-views-centered .fpd-views-selection {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fpd-views-inside-left.fpd-views-centered .fpd-views-selection,
.fpd-views-inside-right.fpd-views-centered .fpd-views-selection {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fpd-views-inside-top .fpd-views-selection .fpd-item,
.fpd-views-inside-bottom .fpd-views-selection .fpd-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.fpd-views-inside-left .fpd-views-selection .fpd-item,
.fpd-views-inside-right .fpd-views-selection .fpd-item {
  margin: 0 0 10px;
}
/* Outside */
.fpd-container.fpd-views-outside ~ .fpd-views-selection,
.fpd-container.fpd-device-smartphone ~ .fpd-views-selection {
  position: static;
  margin: 20px 0 0;
}
.fpd-container.fpd-views-outside ~ .fpd-views-selection > div,
.fpd-container.fpd-device-smartphone ~ .fpd-views-selection > div {
  width: 100px;
  height: 120px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.fpd-actions-container {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.fpd-actions-container * {
  pointer-events: auto;
}
.fpd-actions-container > .fpd-actions-wrapper {
  position: absolute;
}
.fpd-actions-wrapper > .fpd-action-btn {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 5px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
          box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  border-radius: 1px;
  margin-right: 10px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.fpd-actions-wrapper > .fpd-action-btn:last-child {
  margin: 0;
}
.fpd-actions-wrapper > .fpd-action-btn:hover,
.fpd-actions-wrapper > .fpd-action-btn.fpd-active {
  color: #fff;
}
.fpd-actions-wrapper > .fpd-action-btn > span {
  line-height: 24px;
}
.fpd-actions-wrapper > .fpd-action-btn.fpd-disabled {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}
/* Top */
.fpd-actions-wrapper.fpd-pos-top {
  top: 15px;
  left: 15px;
}
/* Bottom */
.fpd-actions-wrapper.fpd-pos-bottom {
  bottom: 15px;
  left: 15px;
}
.fpd-top-actions-centered .fpd-actions-wrapper.fpd-pos-top,
.fpd-bottom-actions-centered .fpd-actions-wrapper.fpd-pos-bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* Right */
.fpd-actions-wrapper.fpd-pos-right {
  top: 15px;
  right: 15px;
}
/* Left */
.fpd-actions-wrapper.fpd-pos-left {
  left: 15px;
  top: 15px;
}
.fpd-actions-wrapper.fpd-pos-right > .fpd-action-btn,
.fpd-actions-wrapper.fpd-pos-left > .fpd-action-btn {
  display: block;
  margin: 0 0 10px;
}
.fpd-left-actions-centered .fpd-actions-wrapper.fpd-pos-left,
.fpd-right-actions-centered .fpd-actions-wrapper.fpd-pos-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* Download */
.fpd-action-btn[data-action="download"] {
  overflow: none;
}
.fpd-action-btn[data-action="download"] .fpd-dropdown-list {
  width: 50px;
}
.fpd-action-btn[data-action="download"] .fpd-item {
  padding: 5px 0;
  font-size: 28px;
}
/* QR-Code */
.fpd-modal-qrcode > input {
  width: 100%;
  margin-bottom: 20px;
}
.fpd-modal-qrcode {
  text-align: center;
}
.fpd-qrcode-colors {
  margin-bottom: 30px;
}
.fpd-qrcode-colors .fpd-spectrum-replacer {
  background: #ecf0f1;
  border: none;
  padding: 4px;
}
.fpd-qrcode-colors .fpd-spectrum-replacer .sp-preview {
  margin: 0;
}
.fpd-qrcode-colors .fpd-spectrum-replacer .sp-dd {
  display: none;
}
/* Zoom */
.fpd-zoom-tooltip .fpd-tooltip-content {
  width: 150px;
  height: 20px;
}
.fpd-zoom-tooltip .fpd-tooltip-content > .fpd-range-slider {
  width: 80%;
  border-left: 1px solid #D3D3D3;
  float: left;
}
.fpd-zoom-tooltip .fpd-tooltip-content > .fpd-stage-pan {
  font-size: 16px;
  float: right;
  padding: 2px 0 0;
  cursor: pointer;
}
/* Misc */
.fpd-action-btn .fpd-info-content,
.fpd-action-btn .fpd-modal-qrcode {
  display: none;
}
/* Responsive */
.fpd-device-smartphone .fpd-actions-container {
  background: #ecf0f1;
  display: inline-block;
  white-space: nowrap;
  overflow-x: auto;
  position: static;
  pointer-events: auto !important;
}
.fpd-device-smartphone .fpd-actions-container > .fpd-actions-wrapper {
  position: static;
  display: inline-block;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  padding: 5px 0;
}
.fpd-device-smartphone .fpd-actions-container > .fpd-actions-wrapper > .fpd-action-btn {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  background: transparent !important;
}
.fpd-device-smartphone .fpd-actions-container > .fpd-actions-wrapper > .fpd-action-btn:hover {
  color: #4d4d4d;
}
.fpd-device-smartphone .fpd-actions-container > .fpd-actions-wrapper > .fpd-action-btn.fpd-active {
  color: #27AE60;
}
.fpd-image-editor-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fpd-image-editor-container .fpd-image-editor-menu {
  display: block;
  background: #1a1a1a;
  color: #fff;
}
.fpd-image-editor-menu > span {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.fpd-image-editor-menu > span.fpd-active {
  color: #1a1a1a;
  background: #fff;
}
.fpd-image-editor-container > .fpd-image-editor-main {
  display: inline-block;
  position: relative;
}
.fpd-image-editor-container > .fpd-tab-content {
  width: 100%;
  padding: 20px 20px;
}
.fpd-tab-content > div {
  display: none;
}
.fpd-tab-content > div.fpd-active {
  display: block;
}
.fpd-content-mask > .fpd-mask-tools {
  display: none;
}
.fpd-content-mask.fpd-show-secondary .fpd-mask-selection {
  display: none;
}
.fpd-content-mask.fpd-show-secondary .fpd-mask-tools {
  display: inline-block;
}
.fpd-mask-selection > span {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: top;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50%;
}
.fpd-mask-selection > span > [class^="fpd-icon-"] {
  font-size: 25px;
  line-height: 30px;
}
.fpd-mask-tools .fpd-btn {
  line-height: 18px;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 5px 0 0 !important;
}
.fpd-content-filters > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.fpd-content-remove-color .sp-replacer {
  height: 35px;
  width: 35px;
  float: left;
}
.fpd-content-remove-color .sp-preview {
  height: 100%;
  width: 100%;
}
.fpd-content-remove-color .fpd-btn {
  margin: 0;
  height: 35px;
  border-radius: 0 2px 2px 0;
}
.fpd-content-color-manipulation > div {
  max-width: 150px;
  margin-right: 10px;
}
.fpd-content-color-manipulation .fpd-switch-container {
  margin-top: 3px;
  margin-right: 5px;
}
.fpd-content-color-manipulation .fpd-range-tooltip {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
  margin-top: 5px;
}
.fpd-content-color-manipulation .fpd-range-tooltip.fpd-enabled {
  pointer-events: inherit;
  opacity: 1;
}
.fpd-range-tooltip > span {
  font-size: 10px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
.fpd-range-tooltip .fpd-tooltip {
  display: none;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 8px 7px 6px;
  z-index: 10000;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.fpd-range-tooltip.fpd-moving .fpd-tooltip {
  display: block;
}
.fpd-image-editor-container .fpd-image-editor-main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(data:image/png;base64,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);
}
.fpd-image-editor-container .fpd-action-buttons {
  padding: 20px;
}
.fpd-modal-mode-active .fpd-element-toolbar,
.fpd-modal-mode-active .fpd-draggable-dialog {
  display: none !important;
}
/* MODAL */
.fpd-modal-overlay {
  position: absolute !important;
  width: 100% !important;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: auto;
  display: none;
}
.fpd-modal-overlay.fpd-modal-product-designer,
.fpd-overflow-hidden .fpd-modal-overlay {
  position: fixed !important;
}
.fpd-modal-internal.fpd-modal-overlay {
  z-index: 1000000;
}
.fpd-modal-overlay > .fpd-modal-wrapper {
  background: #fff;
  width: 450px;
  min-height: 200px;
  position: absolute;
  left: 50%;
  top: 30%;
  padding: 40px;
  z-index: 10020;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fpd-modal-overlay.fpd-fullscreen > .fpd-modal-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  overflow: auto;
}
.fpd-modal-wrapper > .fpd-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.fpd-modal-wrapper > .fpd-modal-close:hover {
  opacity: 1;
}
.fpd-modal-wrapper > .fpd-modal-content {
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
  margin-top: 20px;
  word-break: break-word;
}
.fpd-modal-content * {
  max-width: 100%;
}
.fpd-modal-content input[type="text"] {
  padding: 10px 5px;
  font-size: 13px;
  border: 1px solid #ccc;
}
.fpd-modal-content input:focus {
  outline: none;
}
.fpd-modal-content .fpd-btn {
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fpd-modal-content .fpd-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* Modal Types */
.fpd-modal-internal[data-type="prompt"] input {
  width: 100%;
  display: block;
}
.fpd-modal-internal[data-type="prompt"] {
  text-align: center;
}
.fpd-modal-internal[data-type="confirm"] {
  text-align: center;
}
.fpd-modal-internal .fpd-confirm-msg {
  margin-bottom: 10px;
}
/* Modal Product Designer */
.fpd-modal-product-designer.fpd-modal-overlay > .fpd-modal-wrapper {
  padding: 60px 40px 40px;
}
.fpd-modal-product-designer.fpd-modal-overlay .fpd-done {
  margin: 20px 0 0;
  color: #fff;
}
/* Thumbnail Preview */
.fpd-thumbnail-preview {
  width: 350px;
  height: 280px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.fpd-thumbnail-preview.fpd-title-enabled {
  padding-bottom: 30px;
}
.fpd-thumbnail-preview > picture {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.fpd-thumbnail-preview > .fpd-preview-title {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.fpd-thumbnail-preview > .fpd-preview-price {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px 2px 7px;
  font-size: 12px;
  color: #fff;
}
.fpd-container .fpd-module {
  height: 100%;
  position: relative;
}
.fpd-module > :first-child {
  margin-top: 0;
}
/* Tabs */
.fpd-container .fpd-module-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ecf0f1;
  color: #7f8c8d;
}
.fpd-module-tabs > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  font-size: 20px;
}
.fpd-module-tabs > div:hover {
  background: rgba(0, 0, 0, 0.05);
}
.fpd-module-tabs > div.fpd-active {
  background: rgba(0, 0, 0, 0.1);
}
.fpd-module-tabs-content {
  height: 100%;
}
.fpd-module-tabs-content > div {
  display: none;
  height: 100%;
}
.fpd-sidebar .fpd-module-tabs {
  top: 50px;
}
/* Inputs */
.fpd-container .fpd-module input {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
/* Dropdowns */
.fpd-module .fpd-dropdown {
  height: 30px;
}
.fpd-module .fpd-dropdown input {
  height: 100%;
}
.fpd-module .fpd-dropdown > .fpd-dropdown-arrow {
  top: 5px;
}
.fpd-module .fpd-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
}
.fpd-module[data-module="text"] {
  padding: 10px;
}
.fpd-hide-tabs .fpd-module-tabs {
  display: none;
}
/* Uploads */
[data-context="upload"] form {
  margin: 0;
  padding: 0;
}
[data-context="upload"] .fpd-upload-zone {
  border: 2px dashed #ecf0f1;
  color: #7f8c8d;
  margin: 10px 5%;
  width: 90%;
  height: 80px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.fpd-upload-zone.fpd-hover {
  opacity: 0.5;
}
.fpd-upload-zone > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-context="upload"] .fpd-input-image {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.fpd-upload-zone > div > span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.fpd-upload-zone > div > span:first-child {
  font-size: 22px;
  margin-bottom: 5px;
}
.fpd-upload-zone > div > span {
  opacity: 0.7;
}
.fpd-upload-zone > div > span:first-child {
  opacity: 1;
}
.fpd-upload-zone > div > span.fpd-price {
  font-size: 12px;
  line-height: 1.3;
}
[data-context="upload"] .fpd-scroll-area {
  height: calc(100% - 136px);
}
.fpd-hide-tabs [data-context="upload"] .fpd-scroll-area {
  height: calc(100% - 100px);
}
/* Facebook */
.fpd-head .fpd-facebook-login {
  margin-top: 10px;
  margin-left: 10px;
}
.fpd-head .fpd-facebook-albums {
  margin: 10px;
}
.fpd-facebook-logged-in .fpd-facebook-login {
  display: none;
}
.fpd-facebook-albums,
.fpd-module-tabs-content [data-context="facebook"] .fpd-scroll-area {
  display: none;
}
.fpd-facebook-logged-in .fpd-facebook-albums,
.fpd-facebook-logged-in [data-context="facebook"] .fpd-scroll-area {
  display: block;
}
[data-context="facebook"] .fpd-scroll-area {
  height: calc(100% - 86px);
}
.fpd-hide-tabs [data-context="facebook"] .fpd-scroll-area {
  height: calc(100% - 48px);
}
/* Instagram */
[data-context="instagram"] .fpd-head {
  margin: 0;
  background-color: #ecf0f1;
  margin-bottom: 10px;
}
[data-context="instagram"] .fpd-module-tabs > div {
  font-size: 10px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
[data-context="instagram"] .fpd-module-tabs > div.fpd-active {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
[data-context="instagram"] .fpd-scroll-area {
  height: calc(100% - 38px);
}
.fpd-hide-tabs [data-context="instagram"] .fpd-scroll-area {
  height: 100%;
}
/* Pixabay */
.fpd-container [data-context="pixabay"] {
  position: relative;
}
.fpd-container [data-context="pixabay"] .fpd-loader-wrapper {
  height: calc(100% - 38px);
}
[data-context="pixabay"] .fpd-head {
  padding: 10px;
  border-bottom: 1px solid #ecf0f1;
}
[data-context="pixabay"] .fpd-pixabay-logo {
  background-image: url(data:image/png;base64,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) !important;
  background-repeat: no-repeat !important;
  border: none !important;
  background-color: transparent !important;
  width: 72px;
  height: 14px;
  display: block;
  margin-bottom: 3px;
  opacity: 0.6;
  float: right;
}
[data-context="pixabay"] .fpd-input-search {
  clear: both;
}
[data-context="pixabay"] .fpd-scroll-area {
  height: calc(100% - 110px);
}
.fpd-hide-tabs [data-context="pixabay"] .fpd-scroll-area {
  height: calc(100% - 70px);
}
/* Depositphotos */
.fpd-container [data-context="depositphotos"] {
  position: relative;
}
.fpd-container [data-context="depositphotos"] .fpd-loader-wrapper {
  height: calc(100% - 38px);
}
[data-context="depositphotos"] .fpd-head {
  padding: 10px;
  border-bottom: 1px solid #ecf0f1;
}
[data-context="depositphotos"] .fpd-head.fpd-cats-shown .fpd-back {
  display: none;
}
[data-context="depositphotos"] .fpd-head.fpd-cats-shown .fpd-input-search {
  width: 100%;
}
[data-context="depositphotos"] .fpd-scroll-area {
  height: calc(100% - 96px);
}
[data-context="depositphotos"] .fpd-category span {
  white-space: normal !important;
  bottom: auto !important;
  top: 50%;
  font-size: 12px !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fpd-module[data-module="designs"] .fpd-head {
  border-radius: 0 0 2px 2px;
  display: none;
  border-bottom: 1px solid #ecf0f1;
}
.fpd-module[data-module="designs"].fpd-head-visible .fpd-head,
.fpd-module[data-module="designs"].fpd-single-cat .fpd-head {
  display: block;
  padding: 10px;
}
.fpd-module[data-module="designs"].fpd-single-cat .fpd-back {
  display: none;
}
.fpd-module[data-module="designs"].fpd-single-cat .fpd-input-search {
  width: 100%;
}
.fpd-module[data-module="designs"].fpd-head-visible .fpd-scroll-area {
  height: calc(100% - 59px);
}
.fpd-products-module-hidden div[data-module="products"] {
  display: none !important;
}
[data-module="products"] .fpd-product-categories {
  display: none;
}
[data-module="products"].fpd-categories-enabled .fpd-product-categories {
  display: block;
  margin-top: 5px;
}
[data-module="products"].fpd-categories-enabled .fpd-scroll-area {
  height: calc(100% - 42px);
}
/* Manage Layers */
.fpd-container .fpd-manage-layers-panel {
  height: 100%;
}
.fpd-manage-layers-panel .fpd-list-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpd-manage-layers-panel .fpd-list-row input {
  visibility: hidden !important;
}
.fpd-manage-layers-panel .fpd-list-row > div {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-0 {
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-0 > .fpd-current-color {
  cursor: pointer;
  width: 100%;
  height: 20px;
  display: block;
  border-radius: 2px;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-1 {
  padding-left: 0;
  padding-right: 0;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-1 textarea {
  min-height: auto;
  max-height: 30px;
  width: 100%;
  padding: 3px 5px;
  font-size: 12px;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-2 {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: right;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-2 > span {
  padding-left: 3px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-2 > span.fpd-icon-reorder {
  cursor: move;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-2 > span:first-child {
  padding: 0;
}
.fpd-manage-layers-panel .fpd-list-row > div.fpd-cell-2 > span:hover {
  opacity: 1;
}
.fpd-manage-layers-panel .fpd-list-row.fpd-locked > div:nth-child(-n+2) {
  opacity: 0.2;
  pointer-events: none;
}
.fpd-manage-layers-panel .fpd-list-row .fpd-scroll-area {
  display: none;
  max-height: 100px;
  overflow: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  line-height: inherit;
  padding: 0;
  margin-bottom: 5px;
}
.fpd-manage-layers-panel .fpd-list-row .fpd-color-palette {
  padding: 0px 10px;
}
.fpd-manage-layers-panel .fpd-list-row .fpd-color-palette .fpd-item,
.fpd-manage-layers-panel .fpd-list-row .fpd-color-palette .sp-replacer {
  width: 25px;
  height: 25px;
  margin: 0 5px 4px 0;
  min-height: inherit;
  border-radius: 2px;
  float: left;
}
.fpd-manage-layers-panel .fpd-list-row .fpd-color-palette .sp-preview {
  height: 100%;
}
.fpd-manage-layers-panel .fpd-list-row .sp-replacer,
.fpd-manage-layers-panel .fpd-list-row .sp-preview {
  border: none !important;
  border-radius: 2px;
}
.fpd-manage-layers-panel .sp-dd {
  display: none !important;
}
.fpd-manage-layers-panel .fpd-sortable-placeholder {
  background: rgba(0, 0, 0, 0.05);
  border-width: 2px;
  border-style: dotted;
  height: 65px;
}
.fpd-module .fpd-names-numbers-panel {
  height: 100%;
}
.fpd-module .fpd-names-numbers-panel .fpd-list {
  overflow-x: hidden !important;
}
.fpd-names-numbers-panel .fpd-btn {
  margin-left: 5px;
}
.fpd-names-numbers-panel .fpd-list > .fpd-row {
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.fpd-names-numbers-panel .fpd-list > .fpd-row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.fpd-names-numbers-panel .fpd-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 19px 5px 19px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fpd-names-numbers-panel .fpd-row > div {
  line-height: 32px;
  height: 32px;
}
.fpd-names-numbers-panel .fpd-row > .fpd-number-col {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fpd-names-numbers-panel .fpd-row > .fpd-number-col > input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: none;
  vertical-align: top;
}
.fpd-names-numbers-panel .fpd-row > .fpd-name-col {
  width: 100%;
}
.fpd-names-numbers-panel .fpd-row > .fpd-select-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fpd-names-numbers-panel .fpd-row > .fpd-select-col > label {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  line-height: 30px;
  padding: 0 0 0 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: none !important;
  background: transparent;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(147, 128, 108, 0.1);
}
.fpd-names-numbers-panel .fpd-row > .fpd-select-col > label:after {
  content: "\e90e";
  font-family: 'FontFPD' !important;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.fpd-names-numbers-panel .fpd-row > .fpd-select-col select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  display: block;
  height: auto;
  height: 100%;
  padding: 0 12px 0 0;
}
.fpd-names-numbers-panel .fpd-row > .fpd-remove-col {
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 32px;
  cursor: pointer;
  margin-left: auto;
  padding-top: 2px;
  padding-right: 4px;
  text-align: right;
  font-size: 18px;
}
.fpd-names-numbers-panel .fpd-row > .fpd-name-col input {
  width: 100%;
}
.fpd-names-numbers-panel .fpd-row input {
  padding: 5px;
  height: 32px;
  width: 100%;
}
.fpd-names-numbers-panel .fpd-row select {
  outline: none !important;
}
.fpd-names-numbers-panel .fpd-row select::-ms-expand {
  display: none;
}
.fpd-names-numbers-panel .fpd-row:first-child .fpd-remove-col {
  display: none;
}
.fpd-module[data-module="drawing"] {
  padding: 10px;
}
.fpd-module .fpd-drawing-panel {
  height: 100%;
}
.fpd-drawing-panel .fpd-drawing-tools > div {
  margin: 0 !important;
}
.fpd-drawing-panel .fpd-drawing-tools > div.fpd-label {
  margin-top: 10px !important;
}
.fpd-drawing-panel .fpd-drawing-tools > div.fpd-label:first-child {
  margin-top: 0 !important;
}
.fpd-drawing-panel .fpd-toggle-drawing-label {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 16px;
}
.fpd-drawing-tools .sp-dd {
  display: none;
}
.fpd-drawing-tools .sp-replacer,
.fpd-drawing-tools .sp-preview {
  width: 100%;
  border: none !important;
}
.fpd-drawing-tools .fpd-slider-group {
  background: none;
}
.fpd-drawing-tools .fpd-slider-group > .fpd-range-wrapper {
  width: calc(100% - 40px);
}
.fpd-drawing-panel .fpd-drawing-tools .fpd-buttons {
  margin-top: 5px !important;
}
.fpd-drawing-panel .fpd-drawing-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
/* Text Layers */
.fpd-container .fpd-text-layers-panel {
  height: 100%;
}
.fpd-text-layers-panel .fpd-list {
  padding: 10px;
}
.fpd-text-layers-panel .fpd-list > div {
  margin-bottom: 30px;
}
.fpd-text-layers-panel .fpd-title {
  margin-bottom: 5px;
  opacity: 0.8;
  font-weight: bold;
}
.fpd-text-layers-panel .fpd-text-layer-content {
  position: relative;
}
.fpd-text-layer-content > .fpd-text-layer-clear {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 4px;
  line-height: 1;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 2px;
}
.fpd-text-layer-content textarea {
  height: 60px;
  min-height: 60px;
}
.fpd-text-layer-content textarea,
.fpd-text-layer-content input {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.fpd-text-layers-panel .fpd-text-layer-meta {
  margin-top: 5px;
}
.fpd-text-layers-panel .fpd-text-layer-item .fpd-color-palette {
  padding: 5px 5px 0 0;
}
.fpd-text-layers-panel .fpd-text-layer-item .fpd-color-palette .fpd-item,
.fpd-text-layers-panel .fpd-text-layer-item .sp-replacer,
.fpd-text-layers-panel .fpd-text-layer-item .sp-preview {
  width: 25px;
  height: 25px;
  margin: 0 3px 4px 0;
  min-height: inherit;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fpd-text-layers-panel .fpd-text-layer-item .sp-preview {
  border: none !important;
}
.fpd-container.fpd-gt-step {
  width: 320px;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  margin-top: 15px;
  margin-left: -24px;
  z-index: 1000000;
}
.fpd-gt-step > .fpd-gt-pointer {
  font-size: 50px;
  position: absolute;
  top: -16px;
  left: 0;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.fpd-gt-step .fpd-gt-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
.fpd-gt-step .fpd-gt-text {
  padding-right: 15px;
}
.fpd-gt-step > .fpd-gt-actions {
  margin-top: 20px;
}
.fpd-gt-actions > .fpd-btn {
  margin: 0;
  float: right;
  margin-left: 5px;
  font-size: 12px;
  padding: 3px 10px;
}
.fpd-gt-actions > .fpd-gt-counter {
  line-height: 34px;
  font-size: 12px;
  opacity: 0.5;
}
/* Tablets ----------- */
@media (max-width: 767px) {
  .fpd-hidden-tablets .fpd-container,
  .fpd-hidden-tablets .fpd-done {
    display: none !important;
  }
  .fpd-hidden-tablets .fpd-device-info {
    display: block !important;
  }
}
/* Smartphones  ----------- */
@media (max-width: 568px) {
  .fpd-topbar .fpd-navigation {
    overflow-x: auto;
  }
  .fpd-container.fpd-topbar .fpd-main-wrapper > .fpd-product-stage {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fpd-topbar .fpd-navigation .fpd-label {
    display: none;
  }
  .fpd-grid > .fpd-item {
    height: 100px;
  }
  .fpd-draggable-dialog {
    left: 0 !important;
    margin-top: -1px;
    width: calc(100% - 2em);
    margin-left: 1em;
    margin-right: 1em;
    background: rgba(255, 255, 255, 0.95);
  }
  .fpd-draggable-dialog .fpd-icon-drag {
    display: none;
  }
  .fpd-views-selection > .fpd-item {
    height: 40px;
    padding: 4px;
    width: 30px;
  }
  .fpd-container.fpd-views-outside ~ .fpd-views-selection > div,
  .fpd-container.fpd-device-smartphone ~ .fpd-views-selection > div {
    width: 50px;
    height: 60px;
  }
  .fpd-modal-product-designer.fpd-modal-overlay > .fpd-modal-wrapper {
    padding: 60px 20px 20px;
  }
  .fpd-modal-product-designer.fpd-modal-overlay .fpd-done {
    left: 20px;
  }
  .fpd-hidden-smartphones .fpd-container,
  .fpd-hidden-smartphones .fpd-done,
  .fpd-thumbnail-preview {
    display: none !important;
  }
  .fpd-hidden-smartphones .fpd-device-info {
    display: block !important;
  }
}
/* Portrait */
/* Inside */
.fpd-color-selection.fpd-inside-main {
  position: absolute;
  z-index: 10;
}
.fpd-color-selection.fpd-inside-main .fpd-label,
.fpd-color-selection.fpd-inside-main .fpd-cs-item > .fpd-title {
  display: none;
}
.fpd-color-selection.fpd-inside-main .fpd-colors > .fpd-item {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.fpd-main-wrapper > .fpd-color-selection.fpd-inside-main .fpd-colors > .fpd-item:last-child {
  margin-right: 0;
}
.fpd-main-wrapper > .fpd-color-selection.fpd-inside-main .fpd-colors > .fpd-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* Custom Position */
.fpd-color-selection.fpd-custom-pos {
  margin: 20px 0;
}
.fpd-color-selection.fpd-custom-pos .fpd-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item,
.fpd-color-selection.fpd-custom-pos .fpd-colors .sp-replacer {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}
.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item > .fpd-label {
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 4px 2px;
  font-weight: 100;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
/* Common */
.fpd-color-selection .sp-replacer {
  border: none;
  padding: 0;
}
.fpd-color-selection .sp-preview {
  width: 100%;
  height: 100%;
  border: none;
}
.fpd-color-selection .sp-dd {
  display: none !important;
}
.fpd-bulk-variations {
  margin: 10px 0;
  display: inline-block;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 10px;
  border-radius: 2px;
  min-width: 250px;
}
/* Top Bar */
.fpd-bulk-variations > div:first-child {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.fpd-bulk-variations .fpd-title {
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
}
.fpd-bulk-variations .fpd-btn {
  margin: 0;
}
/* List */
.fpd-variations-list > .fpd-row {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fpd-variations-list > .fpd-row:last-child {
  border: none;
  padding-bottom: 0;
}
.fpd-variations-list > .fpd-row > div {
  margin: 5px 30px 5px 0;
  position: relative;
}
.fpd-variations-list > .fpd-row > div:last-child {
  margin-right: 5px;
}
.fpd-variations-list > .fpd-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(147, 128, 108, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 5px 10px;
}
.fpd-variations-list > .fpd-row select.fpd-error {
  background: rgba(189, 8, 28, 0.05);
  border-color: rgba(189, 8, 28, 0.2);
}
.fpd-variations-list > .fpd-row > div.fpd-select-col select {
  padding-right: 20px;
  outline: none !important;
  margin: 0 !important;
  height: 32px;
}
.fpd-variations-list > .fpd-row > div.fpd-select-col:after {
  content: "\e90e";
  font-family: 'FontFPD' !important;
  position: absolute;
  top: 50%;
  right: 3px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fpd-variations-list > .fpd-row > div > input {
  height: 100%;
  width: 70px;
  padding: 8px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 !important;
}
.fpd-variations-list > .fpd-row > div.fpd-remove-row {
  line-height: 30px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.fpd-variations-list > .fpd-row > div.fpd-remove-row:hover {
  opacity: 1;
}
.fpd-variations-list > .fpd-row:first-child .fpd-remove-row {
  visibility: hidden;
  pointer-events: none;
}
/* ADDS */
.fpd-add-text > .fpd-input-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
/* FACEBOOK & INSTAGRAM */
.fpd-add-facebook-photo-wrapper .fpd-content-head,
.fpd-add-instagram-photo-wrapper .fpd-content-head {
  padding: 16px;
  margin-bottom: 10px;
}
.fpd-add-facebook-photo-wrapper .fpd-content-main {
  height: calc(29%);
}
.fpd-add-instagram-photo-wrapper .fpd-content-main {
  height: calc(40%);
}
.fpd-add-instagram-photo-wrapper .fpd-insta-load-next {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -10px;
  font-size: 20px;
}
/* PRODUCTS & DESIGNS */
.fpd-content-products .fpd-content-main,
.fpd-add-design-wrapper .fpd-content-main {
  height: calc(48%);
}
.fpd-content-products.fpd-no-categories .fpd-content-head,
.fpd-add-design-wrapper.fpd-no-categories .fpd-content-head {
  display: none !important;
}
.fpd-content-products.fpd-no-categories .fpd-content-main,
.fpd-add-design-wrapper.fpd-no-categories .fpd-content-main {
  height: 100%;
}
