.fme_pv_variations_list {
  position: relative;
  min-height: 200px;
}

.fme_pv_variations_list_loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Loading...";
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  z-index: 9;
  color: #333;
  filter: blur(1);
  background: rgba(64, 64, 64, 0.171);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.fme_pv_cart img {
  pointer-events: none;
}

.fme_pv_btn img {
  pointer-events: none;
}

.fme_vt_pagination {
  list-style: none;
  padding: 10px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fme_vt_pagination .fme_vt_pagination_item {
  padding: 4px 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 5px;
}
.fme_vt_pagination .fme_vt_pagination_item_active {
  background: #6161fb;
  color: #fff;
}

.fme_pv_variations_bottom {
  padding: 15px;
  background: #fff;
  width: 100%;
}

.fme_pve_quant .fme_vt_hidden_cart_qty {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Quantity stepper: override theme/Elementor input sizing and keep digits visible + centered. */
.fme_pv_container .fme_vt_table_qty_stepper.fme_pve_quant {
  align-items: stretch;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 6px;
}

.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_minus,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_plus,
.fme_pv_container .fme_pve_quant .fme_pv_plus,
.fme_pv_container .fme_pve_quant .fme_pv_minus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 6px !important;
  margin: 0 !important;
  color: #333 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_minus:focus,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_plus:focus,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_minus:focus-visible,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_plus:focus-visible,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_minus:active,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_plus:active,
.fme_pv_container .fme_pve_quant .fme_pv_plus:focus,
.fme_pv_container .fme_pve_quant .fme_pv_minus:focus,
.fme_pv_container .fme_pve_quant .fme_pv_plus:focus-visible,
.fme_pv_container .fme_pve_quant .fme_pv_minus:focus-visible,
.fme_pv_container .fme_pve_quant .fme_pv_plus:active,
.fme_pv_container .fme_pve_quant .fme_pv_minus:active {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_icon {
  display: block;
  line-height: 1;
  color: inherit !important;
}

.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_input,
.fme_pv_container .fme_vt_table_qty_stepper .product_quantity.fme_vt_qty_input,
.fme_pv_container .fme_vt_table_qty_stepper .fme_pv_number {
  flex: 1 1 34%;
  align-self: stretch;
  width: 36px !important;
  min-width: 28px;
  max-width: 48px;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: #222 !important;
  -webkit-text-fill-color: #222 !important;
  opacity: 1 !important;
  text-align: center !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  vertical-align: middle !important;
  -moz-appearance: textfield;
  appearance: textfield;
}

.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_input::-webkit-outer-spin-button,
.fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 1227px) and (max-width: 2000px),
  (min-width: 768px) and (max-width: 1226px) {
  .fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_input,
  .fme_pv_container .fme_vt_table_qty_stepper .product_quantity.fme_vt_qty_input,
  .fme_pv_container .fme_vt_table_qty_stepper .fme_pv_number {
    line-height: 30px !important;
  }
}

@media (min-width: 650px) and (max-width: 767px),
  (max-width: 649px) {
  .fme_pv_container .fme_vt_table_qty_stepper .fme_vt_qty_input,
  .fme_pv_container .fme_vt_table_qty_stepper .product_quantity.fme_vt_qty_input,
  .fme_pv_container .fme_vt_table_qty_stepper .fme_pv_number {
    line-height: 40px !important;
  }
}

.fme_pv_attributes .fme_vt_any_attribute_select {
  min-width: 110px;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: inherit;
  line-height: 1.4;
  vertical-align: middle;
}

.fme_pv_total_label {
  margin-right: 4px;
  font-weight: 600;
}/*# sourceMappingURL=product-variation-list-css.css.map */