:root {
  --light-gray: #cfd4d3;
}

#shop-category-archieve .shop-head {
  margin-bottom: 3em;
}

.shop-head-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}
.shop-head-group h3 {
  font-size: 1.4rem;
}
.shop-head-group .flex-inline-list > * {
  width: 100%;
}
.shop-head-group .flex-inline-list .button:not(.active) {
  background-color: #f2f2f2;
  color: var(--e-global-color-accent);
}

.flex-inline-list {
  display: flex;
  gap: 12px;
}

.product-boxes {
  display: flex;
  gap: 15px;
}
.product-boxes > div {
  width: 100%;
}

.product-box {
  background-color: #e6e8e7;
}
.product-box .thumbnail {
  padding: 0;
  margin: 0;
}
.product-box .thumbnail img {
  display: block;
  width: 100%;
}
.product-box .box-data {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-box .box-data .prod-name {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.product-box .box-data .prod-name span {
  font-weight: 700;
}
.product-box .box-data .box-meta {
  display: flex;
  background-color: #fff;
  padding: 8px 0;
}
.product-box .box-data .box-meta > div {
  flex: 1;
  padding: 6px 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 15px;
}
.product-box .box-data .box-meta > div:first-child {
  border-right: 1px solid #ccc;
}
.product-box .box-data .box-meta .icon-people {
  width: 26px;
  height: 18px;
}
.product-box .box-data .box-meta .icon-vegebox {
  width: 32px;
  height: 18px;
}
.product-box .box-data .box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.product-box .box-data .box-footer h4, .product-box .box-data .box-footer h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.product-box .box-data .box-footer h5 {
  font-size: 18px;
}
.product-box .box-data .box-footer .prod-price {
  font-weight: 700;
  font-size: 32px;
}
.product-box .box-data .box-footer .btn {
  padding: 10px 38px 10px;
}

.separator-box {
  display: flex;
}
.separator-box > *:not(:last-child) {
  border-right: 1px solid var(--light-gray);
}

.catalog-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 32px;
}

.product-select-box {
  border: 1px solid #b4bcb9;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.product-select-box .image img {
  width: 100%;
  display: block;
}
.product-select-box .actions {
  padding: 18px;
}
.product-select-box .actions .name {
  font-size: 24px;
  font-weight: 700;
}
.product-select-box .actions .weight {
  font-size: 18px;
}
.product-select-box .actions .location {
  font-size: 18px;
  opacity: 0.8;
}
.product-select-box .actions .var-selection > p {
  margin-bottom: 15px;
  margin-top: 25px;
}
.product-select-box .prod_price {
  font-size: 28px;
  font-weight: 800;
}

.image_button_box {
  display: flex;
  flex-direction: column;
  gap: 0;
  aspect-ratio: 1/1;
  border: 1px solid #000;
}
.image_button_box .image {
  height: 80%;
}
.image_button_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_button_box .content {
  padding: 12px 14px;
  text-align: center;
  height: 30%;
  place-content: center;
}
.image_button_box .content .button {
  display: block;
}

.camb-woo-products-slider .wpb-wps-slider-item {
  height: 100%;
  padding: 0 10px;
}
.camb-woo-products-slider .wpb-wps-slider-item figure {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.camb-woo-products-slider .wpb-wps-slider-item figure > a {
  height: 75%;
}
.camb-woo-products-slider .wpb-wps-slider-item figure > a img {
  height: 250px;
  object-fit: cover;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption {
  background-color: transparent;
  color: var(--text-color);
  font-style: normal;
  height: 25%;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption h3.pro_title {
  font-size: 18px;
  font-weight: 600;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption a.button {
  color: var(--btn-text-color) !important;
  background-color: var(--btn-bg-color);
  text-align: center;
  padding: 6px 2em;
  border-radius: 32px;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption .item-meta-info {
  font-size: 15px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption .item-meta-info:has(span:nth-child(2)) > span:first-child {
  border-right: 2px solid;
  padding-right: 14px;
  margin-right: 14px;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption .pro_price_area {
  font-size: 22px;
  padding-bottom: 8px;
  display: block;
  margin-top: -1px;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption .wpb_cart_button .add_to_cart_button {
  padding: 12px 3em;
  font-weight: 500;
  font-size: 15px;
}
.camb-woo-products-slider .wpb-wps-slider-item figure figcaption .wpb_cart_button .add_to_cart_button:hover {
  filter: brightness(1.15);
}
.camb-woo-products-slider .wpb-wps-slider-item figure .pro_price_area {
  color: var(--text-color);
}
.camb-woo-products-slider.theme-white .wpb-wps-slider-item span.onsale {
  display: none;
}
.camb-woo-products-slider.theme-white .wpb-wps-slider-item figcaption {
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}
.camb-woo-products-slider.theme-white .wpb-wps-slider-item figcaption del {
  color: var(--e-global-color-accent) !important;
  border: 1px solid var(--red) !important;
  font-size: 16px;
  margin: 0 8px;
  vertical-align: middle;
  padding: 2px 8px;
  position: relative;
  top: -2px;
}
.camb-woo-products-slider.theme-white .wpb-wps-slider-item figcaption .pro_price_area {
  padding-bottom: 18px;
}

.woocommerce div#primary {
  position: relative;
}
.woocommerce nav.woocommerce-breadcrumb {
  border-bottom: 1px solid;
  position: static;
  padding: 20px 0 !important;
  display: block;
  margin-bottom: 5em !important;
}
.woocommerce nav.woocommerce-breadcrumb:before {
  width: 100vw;
  height: 1px;
  background-color: var(--e-global-color-accent);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 62px;
}

/*# sourceMappingURL=custom.css.map */
