/* Shop Categories */
.shop-products-filter ul {
  display: none;
}
.shop-products-filter,
.shop-products-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--e-global-color-text);
}
#sorting {
  padding: 6px 12px;
  border: 1px solid #d7d7d7;
  color: #303030;
  background: white;
}

.shop-products-filter {
  width: max-content;
}
.custom-shop-product-wrapper .custom-product-overview-img {

}
.shop-product-price,
.shop-product-title,
.custom-product-overview-img {
  width: 100%;
}
.shop-product-price,
.shop-product-title {
  line-height: 14px;
  align-self: end;
  width: 100%;
}
.shop-main-categorie,
.shop-under-categorie {
  cursor: pointer;
}
.shop-main-categorie {
  font-weight: 600;
  padding: 4px 0;
}
.shop-under-categorie {
  font-weight: 400;
}
.shop-main-categorie-title .categorie-checkbox {
  display: none;
}
.shop-under-categorie-show-results {
  display: none;
}
.custom-paymant-assets-wrapper {
  padding-top: 24px;
  text-align: center;
  font-size: 12px;
  float: left;
}

.custom-paymant-assets-content {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.custom-payment-assets-image {
  width: 65px !important;
}

.custom-shop-add-to-cart .single_add_to_cart_button,
.woocommerce div.product form.cart div.quantity {
	margin: 0!important;
}

.elementor-add-to-cart.elementor-product-variable .variations select {
	padding: 8px 12px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	color: #303030;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 400;
}

.woocommerce div.product form.cart .variations .label {
	text-align: left;
}
.single_add_to_cart_button.button.alt {
  margin-left: 15px !important;
}
@media (max-width: 767px) {
  .custom-shop-grid-items-container > .e-con-inner {
    flex-flow: row nowrap !important;
  }
}
@media (max-width: 500px) {
  .custom-shop-grid-items-container > .e-con-inner {
    flex-flow: column !important;
  }
  .shop-products-filter {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
  .shop-products-filter ul {
    left: 0px;
    position: absolute;
    width: 100%;
    background: white;
    z-index: 77;
    display: none;
    flex-flow: row wrap;
    padding: 10px 0 15px;
    border-bottom: 2px solid #303030;
    gap: 6px;
    font-size: 14px;
  }
  .reset-results,
  .show-results,
  .shop-products-filter ul li {
    border: 1px solid #d7d7d7;
    padding: 6px 8px;
    border-radius: 12px;
  }
  .shop-products-filter ul li .categorie-checkbox {
    display: none;
  }
  .shop-under-categorie-show-results {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
    text-align: right;
    border: 0 !important;
    font-size: 14px;
    font-weight: 400;
  }
  .reset-results,
  .show-results {
    display: inline-block;
    background-color: var( --e-global-color-primary );
    color: #fff;
    border-color: var( --e-global-color-primary );
  }
  .reset-results {
    background: transparent;
    color: #303030;
    border-color: #303030;
  }
}
@media (max-width: 430px) {
.shop-products-filter {

}
}
/* .categories-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: end;
  gap: 15px;
}
.shop-product-price,
.shop-product-title {
  line-height: 14px;
  align-self: end;
  width: 100%;
}
.category-container {
  width: 125px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 0;
  cursor: pointer;
}
.category-container .category-image,
.category-container .category-image img {
  width: 100%;
}

.category-option {
  border: 1px solid rgb(206, 206, 206) !important;
  border-radius: 4px;
  box-sizing: border-box;
}
.category-option.selected-category {
  border: 1px solid #20753c !important;
}



.filter-section {
  padding: 24px 0;
  margin-bottom: 0;
}

.filter-container {
  min-height: 86px;
}

.filter-label {
  display: none;
}

.custom-shop-category a:first-of-type {
  display: none;
}

.custom-shop-add-to-cart .input-text.qty.text {
  font-size: 14px;
}

.options-grid {
  display: flex;
  flex-flow: row wrap;
}

.option-checkbox {
  display: none;
}
.custom-product-overview-img {
  min-height: 1px;
}
.show-products-categories-mobile {
  min-width: 90px;
}
@media (max-width: 983px) {
  .category-container {
    width: 89px;
  }
}
@media (max-width: 767px) {
  .categories-container {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .category-container {
    flex-flow: row nowrap;
    width: fit-content;
    gap: 12px;
  }
  .category-container .category-image,
  .category-container .category-image img {
    width: 50px;
  }
  .custom-shop-grid-items-container {
    flex-flow: row nowrap;
    gap: 64px;
  }
  .options-grid {
    flex-flow: column;
    width: fit-content;
  }
  .custom-shop-grid-items-container .filter-section {
    min-width: fit-content;
  }
  .filter-section {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .category-container {
    padding-top: 2px;
    padding-bottom: 0;
  }
  .category-name {
    font-size: 14px;
  }
  .category-container .category-image,
  .category-container .category-image img {
    width: 38px;
  }
  .categories-container {
    gap: 8px;
  }
}
@media (max-width: 556px) {
  .elementor-loop-container {
    max-width: 461px;
  }
}
@media (max-width: 470px) {
  .option-label {
    font-size: 12px;
  }
} */
