/* Change category list design */
.widget.woocommerce.widget_product_categories ul.product-categories a:hover {
  color: #76b00a;
}
.widget.woocommerce.widget_product_categories ul.product-categories li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent span.toggle-category-list {
  color: #777;
  font-weight: bold;
  float: right;
  padding: 0 7px;
  border: 1px solid #777;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent span.toggle-category-list:hover {
  background-color: rgba(118, 176, 10, 0.8);
  transition: all ease 0.3s;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent span.toggle-category-list .minus {
  display: none;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent span.toggle-category-list.active .plus {
  display: none;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent span.toggle-category-list.active .minus {
  display: inline;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent ul.children {
  display: none;
}
.widget.woocommerce.widget_product_categories ul.product-categories .cat-parent ul.children.active {
  display: block;
}

.site-identity {
  display: flex;
}
.site-identity .site-logo {
  margin-right: 15px;
}
.site-identity .site-logo img {
  height: 50px;
  max-width: 68px;
}

.wrap-product-loop-content .wrap-product-loop-detail .null-count {
  color: #777;
}
.wrap-product-loop-content .wrap-product-img .labels {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
  z-index: 1;
}
.wrap-product-loop-content .wrap-product-img .labels .single_label {
  margin-bottom: 5px;
  display: inline;
  padding: 5px 10px;
  background-color: #76b00a;
  color: #fff;
  align-self: flex-end;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
}

.wrap-single-product-content .product_meta .tagged_as {
  display: none;
}

li.out-of-stock--grayscale {
  filter: grayscale(1);
}

.post-type-archive-product #top-shop-loop .top-page-pagination {
  display: none;
}

li.product:hover {
  z-index: 9999999999;
}
li.product:hover img.attachment-woocommerce_thumbnail {
  transform: scale(1.2);
  transition: transform 0.5s;
}

.elementor-element.elementor-products-grid ul.products li.product .wrap-product-loop-content,
.elementor-element.elementor-products-grid ul.products li.product {
  min-height: 440px;
}

.elementor-6723 .elementor-element.elementor-element-eb2bb98.elementor-wc-products ul.products li.product .wrap-product-loop-content .elementor-6723 .elementor-element.elementor-element-eb2bb98.elementor-wc-products ul.products li.product {
  min-height: 410px;
}

.top_line .top_line_icon:hover {
  color: #76b00a;
}

@media (min-width: 992px) {
  form.checkout.woocommerce-checkout .wrap-customer-detail {
    width: 45%;
  }
  form.checkout.woocommerce-checkout .wrap-customer-detail .form-row {
    width: calc(50% - 15px);
  }
  form.checkout.woocommerce-checkout .wrap-customer-detail .form-row.form-row-wide {
    width: 100%;
  }
  form.checkout.woocommerce-checkout .wrap-customer-detail textarea {
    height: 10em;
  }
  form.checkout.woocommerce-checkout .wrap-order-detail {
    width: 55%;
  }
}
.checkout.woocommerce-checkout #billing_country_field,
.checkout.woocommerce-checkout #billing_address_1_field,
.checkout.woocommerce-checkout #billing_address_2_field,
.checkout.woocommerce-checkout #billing_city_field,
.checkout.woocommerce-checkout #billing_state_field,
.checkout.woocommerce-checkout #billing_postcode_field {
  display: none !important;
}

.woocommerce-checkout .woocommerce-Price-amount.amount bdi,
.woocommerce-cart .woocommerce-Price-amount.amount bdi {
  color: black;
  font-weight: bold;
}

body.page-template-default {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.page-template-default main#site-main-content {
  flex: 1;
}

.text-bold {
  font-weight: bold;
}

.sidebar .wrap-product-sidebar .widget {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}

.widget .iva-filter-block select.orderby_clone {
  margin-bottom: 0 !important;
}

header.site-header .container,
header.site-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-product-details__short-description li {
  padding: 2px 0;
}

.site-title {
  font-size: 2rem;
  color: #191919;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
  .elementor-section {
    max-width: 100%;
    width: 100% !important;
    left: 0 !important;
  }
  .elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products.zoo-products {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=custom_style.css.map */