@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/* ! D3P FILE */
.term-description {
  margin: 0px -6%;
}

.category-menu {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.category-menu-item {
  display: flex;
  border: 2px solid #02B2BF;
}

.category-menu-item:nth-child(7) {
  border: 2px solid #A3CE3D;
}

.category-menu-link {
  width: 100%;
  align-self: center;
  font-size: 15px;
  padding: 0.5rem;
}

.category-menu-item:nth-child(7) .category-menu-link::before {
  font-family: "FontAwesome";
  content: "\f002";
  padding-right: 10px;
  font-weight: inherit;
  color: inherit;
}

.category-menu-item:nth-child(7) .category-menu-link {
  color: #A3CE3D;
}

.category-menu-item:hover > .category-menu-link {
  color: #fff;
}

.category-menu-item.active > .category-menu-link {
  color: #fff;
}

.category-menu-item:hover, .category-menu-item.active {
  background: #02B2C0;
}

.category-menu-item:nth-child(7):hover, .category-menu-item:nth-child(7):active {
  background: #A3CE3D;
}

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

@media screen and (min-width: 768px) {
  .category-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-menu-link {
    font-size: 14px;
    padding: 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .category-menu {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-menu-link {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 85.7143rem) {
  .term-description {
    margin: 0;
  }
  #content > .container {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .category-menu {
    gap: 18px 12px;
  }
  .category-menu-link {
    padding: 12px 18px;
  }
}
.product-card a {
  cursor: pointer;
}
.product-card .card-footer .price {
  font-weight: 900;
}

.product .amount {
  font-weight: 900;
}

.product .wooco_total .ammount {
  text-decoration: underline;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-Tabs-panel--description img {
  width: auto;
}

.subnav-shop .amount {
  font-weight: 700;
}

.subnav-shop .nav-logins .body span {
  font-weight: 700;
}