.msd-template-selector {
  margin: 40px 0 10px;
}

.msd-template-options {
  background: #fff;
}

.msd-template-options-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 14px 15px;
  background: #eee;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.msd-template-subtitle {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.msd-template-subtitle-main,
.msd-template-subtitle-strong {
  display: block;
}

.msd-template-subtitle-strong {
  margin-top: 4px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.msd-template-filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  font-size: 14px;
}

.msd-template-sticky-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #444;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.msd-template-sticky-toggle input {
  margin: 0;
}

.msd-template-options-list {
  width: 100%;
}

.msd-template-grouped-preview .msd-template-options-list {
  padding-top: 18px;
  box-sizing: border-box;
}

.msd-template-group-heading {
  margin-top: 14px;
  padding: 30px 20px 14px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.msd-template-options-list > .msd-template-group-heading:first-child {
  margin-top: 0;
  padding-top: 0;
}

.msd-template-grouped-preview .msd-template-option-item.is-preview-extra {
  display: none;
}

.msd-template-grouped-preview.is-groups-expanded .msd-template-option-item.is-preview-extra {
  display: block;
}

.msd-template-backdrop {
  position: fixed;
  z-index: 9000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.msd-template-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

html.msd-template-panel-open,
body.msd-template-panel-open {
  overflow: hidden;
}

body.msd-template-mode #fileuploads,
body.msd-template-mode [id^="fileuploads-"],
body.msd-template-mode #fileuploader-wrapper,
body.msd-template-mode .possicio_fileuplods {
  display: none !important;
}

.msd-template-option-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  min-height: 175px;
}

.msd-template-option-item.is-open {
  z-index: 9010;
  overflow: visible;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

#msd-template-selector .msd-template-option-row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 150px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.msd-template-option-media {
  flex: 0 0 220px;
  position: relative;
  text-align: center;
  overflow: visible;
}

.msd-template-option-media img {
  max-width: 165px;
  height: auto;
}

.msd-template-option-desc {
  flex: 1 1 430px;
  min-width: 0;
  align-self: flex-start;
  padding-top: 10px;
}

.msd-template-recommendation-note {
  margin: 10px 0 0;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.msd-template-recommendation-check {
  display: inline-block;
  margin-right: 4px;
  color: #78b122;
  font-weight: 700;
}

.msd-template-option-name {
  margin: 0 0 5px;
  color: #78b122;
  line-height: 1.2;
}

.msd-template-option-delivery {
  padding: 7px 8px;
  border: 1px solid #78b122;
  border-radius: 4px;
  line-height: 1.35;
  margin-bottom: 30px;
}

.msd-template-option-size {
  flex: 0 0 240px;
  text-align: center;
}

.msd-dim-box {
  position: relative;
  margin: 0 auto 8px;
  border: 1px dashed #e11f1f;
  background: transparent;
  width: 80px;
  height: 35px;
}
.msd-dim-box.is-shape-round,
.msd-dim-box.is-shape-oval {
  border-radius: 50%;
}

.msd-template-option-size p {
  margin: 0;
}

.msd-template-option-price {
  flex: 0 0 240px;
  text-align: center;
}

.msd-template-option-cta-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap;
  max-width: 100%;
}

.msd-template-tablet-only-block {
  display: none;
}

.msd-template-mobile-only-block {
  display: none;
}

.msd-template-option-delivery-mobile-grid {
  display: none !important;
}

.msd-template-price {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}

.msd-template-price-desktop {
  margin: 0;
  white-space: nowrap;
}

.msd-template-price small,
.msd-modal-price-wrap small {
  display: inline;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.msd-template-option-price .btn-link,
.msd-btn-create-design {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  background: #444;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.msd-template-option-price .btn-link:hover,
.msd-template-option-price .btn-link:focus,
.msd-btn-create-design:hover,
.msd-btn-create-design:focus {
  background: #78b122;
  color: #fff;
  text-decoration: none;
}

.msd-template-option-price .btn-link.is-open {
  background: #78b122;
  color: #fff;
}

.msd-template-option-panel {
  position: absolute;
  z-index: 9020;
  top: 0;
  bottom: 0;
  right: 0;
  width: 62%;
  min-height: 100%;
  border-left: 1px solid #e4e4e4;
  background: #f1f1f1;
  box-shadow: -10px 0 18px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow: visible;
  opacity: 0;
  transform: translateX(100%);
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}

.msd-template-option-panel.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.msd-template-panel-close {
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 3;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

.msd-template-panel-content {
  padding: 22px 44px 22px 26px;
  box-sizing: border-box;
}

.msd-template-panel-loading {
  padding: 40px 16px;
  text-align: center;
  font-size: 16px;
}

.msd-modal-product-title {
  margin: 0 0 18px;
  padding-right: 34px;
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.msd-template-config-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 30px;
}

.msd-template-config-fields {
  min-width: 0;
  padding-top: 2px;
}

.msd-template-config-result {
  min-width: 0;
  padding-right: 24px;
  border-right: 1px solid #e4e4e4;
}

.msd-template-config-attributes {
  margin-top: 0;
}

.msd-template-config-attribute-group {
  margin-bottom: 18px;
}

.msd-template-config-attribute-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.msd-template-config-attribute-group select {
  width: 100%;
  max-width: 360px;
}

.msd-modal-price-wrap {
  margin: 0 0 10px;
  font-size: 16px;
}

.msd-modal-price-wrap strong {
  display: inline;
  font-size: 28px;
  line-height: 1.15;
}

body.msd-template-mode #buy_block #add_to_cart,
body.msd-template-mode #buy_block .box-cart-bottom,
body.msd-template-mode #buy_block #quantity_wanted_p,
body.msd-template-mode #buy_block .exclusive {
  display: none !important;
}

.msd-modal-attribute-group {
  margin-bottom: 10px;
}

.msd-modal-actions {
  margin-top: 20px;
}

.msd-modal-adod-actions {
  margin-top: 8px;
}

.msd-template-option-panel .msd-modal-adod-actions .adod_product_page_txt,
.msd-template-option-panel .msd-modal-adod-actions .adod_product_page_txt *,
.msd-template-option-panel .msd-modal-adod-actions .msd-adod-linkless,
.msd-template-option-panel .msd-modal-adod-actions a {
  color: inherit !important;
}

.msd-template-option-panel .msd-modal-adod-actions a {
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.msd-modal-actions .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.msd-editor-preload-pending {
  display: none !important;
}

.msd-template-option-panel #add_to_cart,
.msd-template-option-panel .box-cart-bottom,
.msd-template-option-panel .exclusive {
  display: none !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #msd-template-selector .msd-template-option-row {
    gap: 14px;
    padding: 10px 14px;
  }

  .msd-template-option-media {
    flex: 0 0 170px;
  }

  .msd-template-option-media img {
    max-width: 140px;
  }

  .msd-template-option-desc {
    flex: 1 1 520px;
    padding-top: 6px;
  }

  .msd-template-option-size {
    flex: 0 0 185px;
  }

  .msd-template-option-price {
    flex: 0 0 200px;
  }

  .msd-template-option-cta-row {
    gap: 10px;
  }

  .msd-template-price-desktop {
    font-size: 16px;
  }

  .msd-template-option-delivery {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  #msd-template-selector .msd-template-option-row {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-areas:
      "media desc"
      "size desc";
    align-items: start;
    column-gap: 18px;
    row-gap: 10px;
    padding: 14px 16px;
  }

  .msd-template-option-media {
    grid-area: media;
    flex: none;
    text-align: left;
  }

  .msd-template-option-media img {
    max-width: 180px;
  }

  .msd-template-option-size {
    grid-area: size;
    flex: none;
    text-align: left;
  }

  .msd-template-option-size p {
    text-align: left;
  }

  .msd-dim-box {
    margin: 0 0 8px 0;
  }

  .msd-template-option-desc {
    grid-area: desc;
    flex: none;
    padding-top: 0;
  }

  .msd-template-option-desc p {
    margin-bottom: 8px;
  }

  .msd-template-option-feature-list {
    margin: 0 0 14px 0;
    padding-left: 18px;
  }

  .msd-template-option-price {
    display: none;
  }

  .msd-template-option-panel {
    left: 190px;
    right: 0;
    width: auto;
  }

  .msd-template-tablet-only-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 40px;
  }

  .msd-template-tablet-price-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .msd-template-price-tablet {
    margin: 0;
  }

  .msd-template-option-delivery-tablet {
    margin: 0;
    display: inline-block;
  }

  .msd-template-config-link-tablet {
    margin: 0;
  }
}

@media (max-width: 769px) {
  body.msd-template-mode #mobile-menu-toggle,
  body.msd-template-mode #mobile-search-toggle {
    position: relative;
    z-index: 10002;
  }

  body.msd-template-mode.mobile-menu-open #mobile-search-toggle,
  body.msd-template-mode.mobile-menu-open #mobile-search-bar {
    z-index: 999;
  }

  body.msd-template-mode #mobile-menu-overlay {
    z-index: 10000;
  }

  body.msd-template-mode #inici-menu {
    z-index: 10001;
  }

  body.msd-template-mode .msd-template-backdrop {
    display: none !important;
    pointer-events: none !important;
  }

  #msd-template-selector .msd-template-option-row {
    grid-template-columns: 128px minmax(0, 1fr);
    grid-template-areas:
      "desc desc"
      "media mobile"
      "media delivery";
    align-items: start;
    column-gap: 14px;
    row-gap: 12px;
    padding: 14px 12px;
  }

  .msd-template-option-item {
    min-height: 0;
    overflow: visible;
  }

  .msd-template-option-item.is-open {
    z-index: auto;
    box-shadow: none;
  }

  .msd-template-option-desc {
    padding-top: 20px;
  }

  .msd-template-option-media {
    text-align: left;
  }

  .msd-template-option-media img {
    max-width: 120px;
  }

  .msd-template-option-size,
  .msd-template-option-price,
  .msd-template-tablet-only-block,
  .msd-template-option-panel,
  .msd-template-backdrop {
    display: none !important;
  }

  .msd-template-mobile-only-block {
    grid-area: mobile;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
  }

  .msd-template-option-delivery-mobile-grid {
    display: block !important;
    grid-area: delivery;
    justify-self: start;
    width: auto;
    margin: 0;
  }

  .msd-template-mobile-price-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    max-width: 100%;
  }

  .msd-template-mobile-price-cta .msd-template-config-link {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    line-height: 1.2;
  }

  .msd-template-price-mobile {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .msd-template-option-feature-list {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 400px) {
  #msd-template-selector .msd-template-option-row {
    grid-template-areas:
      "desc desc"
      "media mobile"
      "delivery delivery";
  }

  .msd-template-option-delivery-mobile-grid {
    justify-self: stretch;
    width: 100%;
    margin: 0;
  }

  .msd-template-mobile-price-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .msd-template-mobile-price-cta .msd-template-price-mobile {
    width: 100%;
  }

  .msd-template-mobile-price-cta .msd-template-config-link {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
  }
}

.msd-plantilla-page .msd-plantilla-primary {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  body.msd-template-sticky-enabled .msd-plantilla-page .msd-plantilla-primary {
    position: -webkit-sticky;
    position: sticky;
    z-index: 120;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 767px) {
  .msd-template-options-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  #msd-template-selector .msd-template-filters {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #msd-template-selector .msd-template-sticky-toggle:not(.msd-template-extra-toggle) {
    display: none;
  }

  #msd-template-selector .msd-template-extra-toggle {
    display: inline-flex;
    width: 100%;
  }

  .msd-template-group-heading {
    margin-top: 12px;
    padding: 24px 12px 12px;
    font-size: 18px;
  }

}

@media (max-width: 769px) {
  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-summary {
    order: 1 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
  }

  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-summary h1,
  .msd-plantilla-page
    .msd-plantilla-primary-layout
    .msd-plantilla-summary
    #short_description_content {
    width: 100%;
    text-align: center !important;
  }

  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-visual {
    order: 2 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-visual,
  .msd-plantilla-page .pb-left-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .msd-plantilla-page #image-block,
  .msd-plantilla-page #image-block.msd-plantilla-image-block {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar,
  .msd-plantilla-page #image-block .msd-plantilla-canvas {
    width: 100%;
    box-sizing: border-box;
  }

  #msd-template-selector .msd-template-option-desc .msd-template-option-name {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.msd-plantilla-page .msd-plantilla-primary-layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-visual {
  order: 1;
  float: none !important;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-summary {
  order: 2;
  float: none !important;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

@media (max-width: 767px) {
  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-visual,
  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-summary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.msd-plantilla-page #image-block.msd-plantilla-image-block {
  border: 1px solid #d8d8d8;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar {
  background: #c8d2ba;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 10px 16px;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar-actions {
  flex: 0 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn {
  border: 1px solid #8c8c8c;
  background: #f4f4f4;
  color: #111;
  width: 32px;
  height: 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link {
  border: 1px solid #8c8c8c;
  background: #f4f4f4;
  color: #114d91;
  display: inline-block;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn .fa,
.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link .fa {
  display: none;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn::before,
.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link::before {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn[data-step="1"]::before {
  content: "\f067";
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn[data-step="-1"]::before {
  content: "\f068";
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link::before {
  content: "\f02f";
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn:hover,
.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn:focus,
.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link:hover,
.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link:focus {
  background: #fff;
  color: #111;
}

.msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-icon-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.msd-plantilla-page #image-block .msd-plantilla-canvas {
  overflow: auto;
  padding: 15px;
}

.msd-plantilla-page
  #image-block
  .msd-plantilla-canvas
  .js-msd-template-preview {
  display: block;
  max-width: none;
  height: auto;
  transform-origin: top left;
}

html.msd-template-printing .msd-plantilla-page #image-block.msd-plantilla-image-block,
body.msd-template-printing .msd-plantilla-page #image-block.msd-plantilla-image-block {
  border: 0 !important;
  background: transparent !important;
}

html.msd-template-printing .msd-plantilla-page #image-block .msd-plantilla-canvas,
body.msd-template-printing .msd-plantilla-page #image-block .msd-plantilla-canvas {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  padding: 0 !important;
  text-align: left !important;
}

html.msd-template-printing .msd-plantilla-page #image-block .msd-plantilla-canvas .js-msd-template-preview,
body.msd-template-printing .msd-plantilla-page #image-block .msd-plantilla-canvas .js-msd-template-preview {
  display: block !important;
  width: 533px !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .msd-plantilla-page #image-block .msd-plantilla-toolbar {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 8px 10px;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar-title {
    width: auto;
    white-space: nowrap;
    font-size: 20px;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar-actions,
  .msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .msd-plantilla-page #image-block .msd-plantilla-toolbar {
    gap: 6px;
    padding: 7px 8px;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar-title {
    font-size: 18px;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar-actions {
    gap: 5px;
    font-size: 14px;
  }

  .msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-zoom-btn,
  .msd-plantilla-page #image-block .msd-plantilla-toolbar .msd-print-link {
    width: 28px;
    height: 24px;
    line-height: 22px;
  }
}

@media print {
  .msd-plantilla-page .msd-plantilla-primary-layout {
    display: block !important;
  }

  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-summary,
  .msd-plantilla-page .msd-plantilla-primary-layout .msd-plantilla-visual {
    float: none !important;
    flex: none !important;
    max-width: none !important;
    width: auto !important;
  }

  .msd-plantilla-page .pb-left-column,
  .msd-plantilla-page .pb-center-column {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
  }

  .msd-plantilla-page #image-block.msd-plantilla-image-block {
    border: 0 !important;
    background: transparent !important;
  }

  .msd-plantilla-page #image-block .msd-plantilla-canvas {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .msd-plantilla-page
    #image-block
    .msd-plantilla-canvas
    .js-msd-template-preview {
    display: block !important;
    width: 533px !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
