.quick-view-product-title {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
}
.movishack-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.movishack-popup-content {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.movishack-popup-content.loading {
  text-align: center;
  font-size: 18px;
}
.movishack-quick-view-content img {
  max-width: 100%;
}
.ast-woo-product-category,
.ast-on-card-button.ast-select-options-trigger {
  display: none !important;
}
.ast-on-card-button.ast-onsale-card {
  background-color: #f82324;
  color: #fff;
}
.ast-loop-product__link .woocommerce-loop-product__title {
  font-size: 20px !important;
  margin-top: 10px !important;
}
.movie-shack-product-category,
.movie-shack-product-format {
  margin-bottom: 15px;
  color: #050814;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
}
.movie-shack-product-price.price {
  display: flex !important;
  gap: 20px;
  justify-content: center;
}
.movishack-shop-header-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.movieshack-add-to-cart {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px 3px 3px 3px;
  padding: 12px 15px 12px 15px;
}

.movieshack-add-to-cart:hover {
  background-color: var(--e-global-color-secondary) !important;
}
.movishack-quick-view-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.movishack-quick-view-content .product-title {
  margin: 0;
}
.movishack-quick-view-content .product-price {
  display: flex;
  gap: 25px;
}
.movishack-quick-view-content ins span.woocommerce-Price-amount.amount {
  color: #f82324;
}
.movishack-quick-view-content span.woocommerce-Price-amount.amount {
  font-size: 18px;
}
.movishack-quick-view-content del span.woocommerce-Price-amount.amount {
  font-weight: 400;
}
.movieshack-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  z-index: 10001;
  font-size: 15px;
}
.movieshack-popup-close:hover, .movishack-quick-view-content button.single_add_to_cart_button:hover {
  background: #f82324;
}
.movishack-quick-view-content
  .woocommerce-variation-add-to-cart.variations_button, .movishack-quick-view-content button.single_add_to_cart_button {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}
.movishack-quick-view-content button.single_add_to_cart_button {
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  margin: 0;

}
.movishack-quick-view-content .quantity input[type="number"] {
    height: 44px;
}
.movishack-quick-view-content button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    border: 0;
    background-color: black;
    margin: 0;
}

.movishack-quick-view-content select {
    height: 41px;
    width: 100%;
}
.movishack-quick-view-content table.variations {
    border-spacing: 10px;
}
.movishack-quick-view-content .woocommerce-variation-price {
    text-align: center;
}
.page main.site-main {
    max-width: 1320px;
    margin: 60px auto;
    padding: 10px;
}
.page main.site-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
p.ast-stock-detail {
    margin-bottom: 10px;
}

/*--------------------------------
Mobile Media Queries
--------------------------------*/

@media (max-width: 767px) {
    .ast-loop-product__link .woocommerce-loop-product__title {
        font-size: 14px !important;
        margin-top: 0 !important;
    }
    .woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left {
        text-align: center;
    }
    .quick-view-product-title {
        font-size: 12px;
    }
}