/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1721728464
Updated: 2024-07-23 11:54:24

*/

.woocommerce ul.products li.product a .img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.woocommerce ul.products li.product a:hover .img-back {
  display: block;
}

.wc-gzd-additional-info.wc-gzd-additional-info-loop.product-units-wrapper.product-units {
  display: inline-block;
}

.price.price-unit.wc-gzd-additional-info.wc-gzd-additional-info-loop {
  display: inline-block !important;
}

.kb-edit-form-gender, .kb-gender-form-group > .woocommerce-input-wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
}

@media only screen and (min-width: 768px) {
	.kb-edit-form-gender, .kb-gender-form-group > .woocommerce-input-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 1rem;
	}
}

input[type="checkbox"] {
    filter: grayscale(1) contrast(5);
    width: 15px;
    height: 15px;
}

.woocommerce-info::before,
.woocommerce-message::before {
    content: " ";
    display: none !important;
}


.woocommerce-ordering {
  display: none !important;
}

.yith-wcan-filters-opener {
  float: right;
  clear: both;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .yith-wcan-filters-opener {
      display: none !important;
  }
}

@media (max-width: 992px) {
  .woocommerce-shipments-table__cell {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: block !important;
    min-height: 40px !important;
  }
}

/** Hide all product category filters in YITH Ajax Product Filter **/

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    padding-left: 0;
}

.yith-wcan-filter[data-taxonomy="product_cat"] .filter-item:not(.force-visible) {
    display: none;
}

.yith-wcan-filter[data-taxonomy="product_cat"] .filter-item.force-visible {
    display: list-item !important;
}