/**
 * Admin Preview
 * Product Navigation Links
 *
 */
.merchant-module-page-preview-browser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  margin: auto;
  padding: 50px 25px;
}

.mrc-preview-single-product-elements {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.mrc-preview-single-product-elements .mrc-preview-left-column {
  width: 30%;
  min-width: 30%;
}
.mrc-preview-single-product-elements .mrc-preview-right-column {
  width: 70%;
  padding-top: 25px;
}
.mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image {
  background-color: #f5f5f5;
  height: 12vw;
}
.mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
  width: 100%;
  height: 3vw;
  background-color: #f5f5f5;
  margin-top: 10px;
}

.mrc-mw-70 {
  max-width: 70%;
}

.mrc-mw-30 {
  max-width: 30%;
}

.mrc-mw-40 {
  max-width: 40%;
}

.mrc-preview-text-placeholder {
  background-color: #f5f5f5;
  height: 13px;
}
.mrc-preview-text-placeholder + .mrc-preview-text-placeholder, .mrc-preview-text-placeholder + .mrc-preview-addtocart-placeholder {
  margin-top: 15px;
}

.mrc-preview-addtocart-placeholder {
  background-color: #e5e5e5;
  width: 140px;
  height: 30px;
}

@media (max-width: 991px) {
  .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image {
    height: 33vw;
  }
  .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
    height: 7vw;
  }
}
.merchant-module-page-preview-browser-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.merchant-preview-dynamic-layout.bottom {
  margin-bottom: -30px;
}

.merchant-preview-dynamic-layout.top {
  margin-top: -30px;
}

.merchant-product-navigation {
  font-size: 14px;
}

.merchant-product-navigation.titles span:nth-child(2) {
  display: none;
}
.merchant-product-navigation.navigational span:nth-child(1) {
  display: none;
}

.merchant-preview-dynamic-layout.top .merchant-product-navigation.bottom,
.merchant-preview-dynamic-layout.top .merchant-product-navigation.after-product-summary {
  display: none;
}
.merchant-preview-dynamic-layout.bottom .merchant-product-navigation.top,
.merchant-preview-dynamic-layout.bottom .merchant-product-navigation.after-product-summary {
  display: none;
}
.merchant-preview-dynamic-layout.bottom-product-summary .merchant-product-navigation.top,
.merchant-preview-dynamic-layout.bottom-product-summary .merchant-product-navigation.bottom {
  display: none;
}

.rtl .merchant-product-navigation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}