.merchant-module-page-setting-fields {
  gap: 24px;
}

.merchant-module-page-setting-field {
  margin: 0;
}
.merchant-module-page-setting-field[data-id=shortcode_text] {
  margin-top: 0;
}

.merchant-module-page-preview-browser-inner {
  width: 100%;
  margin: auto;
  padding: 50px 25px;
}
.merchant-module-page-preview table.shop_table {
  border: 1px solid #EEEEEE;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.merchant-module-page-preview table.shop_table th {
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  border-right: 0;
}
.merchant-module-page-preview table.shop_table th, .merchant-module-page-preview table.shop_table td {
  color: #424242;
  vertical-align: middle;
  padding: 0.7em;
  border-width: 0 1px 1px 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .merchant-module-page-preview table.shop_table th, .merchant-module-page-preview table.shop_table td {
    padding: 0.7em 0.5em;
  }
}
.merchant-module-page-preview table.shop_table td {
  border-top: 1px solid #EEEEEE;
}
.merchant-module-page-preview table.shop_table td.product-remove {
  text-align: center;
}
.merchant-module-page-preview table.shop_table td.product-thumbnail {
  min-width: 80px;
  width: 80px;
  height: 100px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .merchant-module-page-preview table.shop_table td.product-thumbnail {
    min-width: 60px;
    height: 80px;
  }
}
.merchant-module-page-preview table.shop_table td.product-thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
@media (max-width: 575px) {
  .merchant-module-page-preview table.shop_table .product-quantity {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .merchant-module-page-preview table.shop_table .product-quantity {
    display: none;
  }
}
.merchant-module-page-preview table.shop_table .merchant-preview-qty {
  border: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 75px;
}
.merchant-module-page-preview table.shop_table .merchant-preview-qty button,
.merchant-module-page-preview table.shop_table .merchant-preview-qty input {
  pointer-events: none;
  border: none;
  background: none;
  outline: none;
  width: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #424242;
  text-align: center;
  padding: 5px;
}
.merchant-module-page-preview table.shop_table .merchant-preview-qty button {
  width: 30px;
}
.merchant-module-page-preview table.shop_table .merchant-preview-qty input {
  padding: 0;
  margin: 0;
}
.merchant-module-page-preview .shop_table-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1368px) {
  .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_actions, .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_coupon, .merchant-module-page-preview .shop_table-bottom.woocommerce_after_cart_table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1369px) {
  .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_actions .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_coupon .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_after_cart_table .shop_table-bottom__end {
    -webkit-transform-origin: right;
            transform-origin: right;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1368px) and (min-width: 992px), (max-width: 801px) {
  .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_actions .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_coupon .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_after_cart_table .shop_table-bottom__end {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media (max-width: 991px) and (min-width: 800px) {
  .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_actions .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_coupon .shop_table-bottom__end, .merchant-module-page-preview .shop_table-bottom.woocommerce_after_cart_table .shop_table-bottom__end {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@media (max-width: 1368px) {
  .merchant-module-page-preview .shop_table-bottom.woocommerce_cart_actions .shop_table-bottom__end {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.merchant-module-page-preview .shop_table-bottom__start {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.merchant-module-page-preview .shop_table-bottom__start, .merchant-module-page-preview .shop_table-bottom__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
}
.merchant-module-page-preview .shop_table__coupon, .merchant-module-page-preview .shop_table__clear-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.merchant-module-page-preview .shop_table__button {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  background-color: #212121;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  white-space: nowrap;
}
.merchant-module-page-preview .shop_table__button__apply-coupon, .merchant-module-page-preview .shop_table__button__update-cart {
  padding: 15px 25px;
}
.merchant-module-page-preview .shop_table__coupon input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
  border: 1px solid #eee;
  background: none;
  outline: none;
  width: 140px;
  padding-left: 10px;
  margin-right: -3px;
  border-radius: 0;
}
.merchant-module-page-preview .merchant-clear-cart-button {
  color: var(--mrc-clear-cart-text-color, #ffffff);
  font-size: var(--mrc-clear-cart-font-size, 16px);
  font-weight: 300;
  line-height: 1;
  padding-block: var(--mrc-clear-cart-padding-vertical, 15px);
  padding-inline: var(--mrc-clear-cart-padding-horizontal, 25px);
  background: none;
}
.merchant-module-page-preview .merchant-clear-cart-button.hide {
  display: none;
}
.merchant-module-page-preview .merchant-clear-cart-button.woocommerce_after_cart_table {
  margin-top: 20px;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.merchant-module-page-preview .merchant-clear-cart-button:hover {
  background: none;
  color: var(--mrc-clear-cart-text-color-hover, #ffffff);
}
.merchant-module-page-preview .merchant-clear-cart-button--solid {
  background-color: var(--mrc-clear-cart-bg-color, #212121);
  border-radius: var(--mrc-clear-cart-border-radius, 0);
}
.merchant-module-page-preview .merchant-clear-cart-button--solid:hover {
  background-color: var(--mrc-clear-cart-bg-color-hover, #414141);
}
.merchant-module-page-preview .merchant-clear-cart-button--outline {
  border: var(--mrc-clear-cart-border-width, 2px) solid var(--mrc-clear-cart-border-color, #212121);
  border-radius: var(--mrc-clear-cart-border-radius, 0);
}
.merchant-module-page-preview .merchant-clear-cart-button--outline:hover {
  border-color: var(--mrc-clear-cart-border-color-hover, #414141);
}