.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-no-products-found {
  text-align: center;
}

.delivery-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .delivery-wrap {
    margin-top: 60px;
  }
}
.delivery-wrap .heading-5 {
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
.delivery-wrap .heading-5 .green {
  color: var(--green);
}
.delivery-wrap .adress-bar {
  display: flex;
}
.delivery-wrap .adress-bar .icon-wrap {
  background-color: var(--green);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.delivery-wrap .adress-bar .icon-wrap svg {
  width: 22px;
  height: 15px;
}
.delivery-wrap .adress-bar .data-input {
  background: #f2f2f2;
  border-top: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-right: 1px solid #dedfde;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 266px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.delivery-wrap .adress-bar .data-input span {
  margin-right: 3px;
}
.delivery-wrap .adress-bar .data-input.removeChar span {
  display: none;
}
.delivery-wrap .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 8px;
  line-height: 22px;
  color: #595c57;
}
.delivery-wrap .info svg {
  width: 16px;
  height: 16px;
}

.delivery-modal {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(135, 143, 179, 0.62);
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999912;
}
.delivery-modal--body {
  background-color: #fff;
  width: 100%;
  max-width: 538px;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 32px;
       column-gap: 32px;
  position: relative;
}
@media only screen and (max-width: 567px) {
  .delivery-modal--body {
    padding: 16px;
  }
}
.delivery-modal--body .delivery-modal-close {
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22px;
  right: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 567px) {
  .delivery-modal--body .delivery-modal-close {
    top: 16px;
    right: 16px;
  }
}
.delivery-modal--body .delivery-modal-close svg {
  width: 13px;
  height: 13px;
}
.delivery-modal .heading-6 {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 28px;
}
.delivery-modal .heading-6 svg {
  width: 22px;
  height: 15px;
}
.delivery-modal .modal-container {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.delivery-modal .modal-container--inner .label {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 567px) {
  .delivery-modal .modal-container--inner .label {
    font-size: 12px;
    line-height: 16px;
  }
}
.delivery-modal .modal-container--inner .modal-heading {
  background: #f8f9f8;
  padding: 16px 8px 16px 16px;
  border: 1px solid #ebeceb;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  cursor: pointer;
}
.delivery-modal .modal-container--inner .modal-heading .arrow-wrap {
  background: var(--green);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.delivery-modal .modal-container--inner .modal-heading .arrow-wrap svg {
  width: 11px;
  height: 6px;
}
.delivery-modal .modal-container--inner .modal-list {
  display: none;
  position: absolute;
  flex-direction: column;
  background: white;
  width: calc(100% - 64px);
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  padding: 16px;
}
.delivery-modal .modal-container--inner .modal-list li {
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  color: #5e5e5e;
  padding: 16px;
  cursor: pointer;
}
.delivery-modal .modal-container--inner .modal-list li:hover {
  background: #eef9e9;
  border-radius: 4px;
}
.delivery-modal .modal-container--inner.show .modal-list {
  display: flex;
}
.delivery-modal .info {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
  line-height: 22px;
  color: #595c57;
  margin-bottom: 32px;
}
@media only screen and (max-width: 567px) {
  .delivery-modal .info {
    font-size: 12px;
    line-height: 19px;
  }
}
.delivery-modal .info svg {
  width: 28px;
  height: 16px;
  display: flex;
  margin-top: 5px;
}
.delivery-modal.show-modal {
  position: fixed;
  display: flex;
}

.tab-filter {
  display: flex !important;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  padding-left: 0;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .tab-filter {
    flex-wrap: inherit;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: inherit;
  }
}
.tab-filter li {
  list-style-type: none;
}
.tab-filter li a,
.tab-filter li button {
  width: 100px;
  display: flex;
  flex-direction: column;
  height: 100px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #474a46;
  text-align: center;
  text-decoration: none;
  padding: 17px 8px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.tab-filter li a img,
.tab-filter li button img {
  width: 32px;
  height: 32px;
  display: flex;
  filter: grayscale(100%) invert(1);
}
@media only screen and (max-width: 991px) {
  .tab-filter li a,
  .tab-filter li button {
    width: 80px;
    height: 80px;
    font-size: 12px;
    line-height: 19px;
    padding: 11px 8px;
  }
}
.tab-filter li a.current,
.tab-filter li button.current {
  background-color: #e6f4e7;
  border: 1px solid var(--green);
}
.tab-filter li a.current img,
.tab-filter li button.current img {
  filter: none;
}

.splide__track {
  position: initial;
  overflow: initial;
}

.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1140px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .products {
    display: flex !important;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.products li {
  list-style-type: none;
}
.products li .product-card {
  padding: 16px;
  background: #f9f9fa;
  border: 1px solid #f2f2f2;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 18px;
  height: 353px;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
.products li .product-card img {
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.products li .product-card .heading-7 h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.products li .product-card .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  color: #12230a;
}
.products li .product-card .bottom-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  position: absolute;
  bottom: 16px;
  left: 16px;
  align-items: center;
  z-index: 3;
}
.products li .product-card .bottom-wrap .cart .quantity {
  display: none;
}
.products li .product-card .bottom-wrap .cart .single_add_to_cart_button .text {
  display: none;
}
.products li .product-card .bottom-wrap .cart .single_add_to_cart_button svg {
  width: 20px;
  height: 16px;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0;
}
.products li .product-card .wc-forward {
  display: none;
}
.products li .product-card .price * {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: #f06000;
}
.products li .product-card .price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.products li .product-card .single_add_to_cart_button {
  width: 48px;
  height: 48px;
  background-color: var(--green);
  border-radius: 8px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 31px 12px rgba(102, 200, 57, 0.01), 0px 17px 10px rgba(102, 200, 57, 0.05), 0px 8px 8px rgba(102, 200, 57, 0.09), 0px 2px 4px rgba(102, 200, 57, 0.1), 0px 0px 0px rgba(102, 200, 57, 0.1);
}
.products li .product-card .single_add_to_cart_button svg {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}
.products li .product-card .product-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.page-template-homepage .tab-filter li:nth-child(1) a {
  background-color: #e6f4e7;
  border: 1px solid var(--green);
}
.page-template-homepage .tab-filter li:nth-child(1) a img {
  filter: none;
}

.products-modal-list {
  display: flex;
}
.products-modal-list li {
  list-style-type: none;
}
.products-modal-list li.show .product-modal {
  position: fixed;
  display: flex;
}
.products-modal-list .product-modal {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(135, 143, 179, 0.62);
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999912;
  z-index: 4;
}
.products-modal-list .product-modal__body {
  background-color: #fff;
  width: 100%;
  max-width: 874px;
  border-radius: 18px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .products-modal-list .product-modal__body {
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .products-modal-list .product-modal__body {
    grid-template-columns: 200px 1fr;
    padding: 16px;
  }
}
@media only screen and (max-width: 630px) {
  .products-modal-list .product-modal__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .products-modal-list .product-modal__body {
    display: flex;
    flex-direction: column;
  }
}
.products-modal-list .product-modal__body .close-product-modal {
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .products-modal-list .product-modal__body .close-product-modal {
    top: 16px;
    right: 16px;
  }
}
.products-modal-list .product-modal__body .close-product-modal svg {
  width: 13px;
  height: 13px;
}
.products-modal-list .product-modal__body .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  min-height: 348px;
}
@media only screen and (max-width: 576px) {
  .products-modal-list .product-modal__body .img-wrap img {
    min-height: 245px;
    height: 245px;
  }
}
.products-modal-list .product-modal__body .info-wrap {
  position: relative;
}
.products-modal-list .product-modal__body .info-wrap img {
  width: 32px;
  height: 32px;
}
.products-modal-list .product-modal__body .heading-7 {
  max-width: 319px;
}
.products-modal-list .product-modal__body .heading-7 h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.products-modal-list .product-modal__body .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #12230a;
  margin-bottom: 16px;
}
.products-modal-list .product-modal__body .icon-info-wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .products-modal-list .product-modal__body .icon-info-wrap {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .products-modal-list .product-modal__body .icon-info-wrap {
    gap: 16px;
  }
}
.products-modal-list .product-modal__body .icon-info-wrap .info-box {
  display: grid;
  grid-template-columns: 32px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.products-modal-list .product-modal__body .icon-info-wrap .info-box--inner {
  display: flex;
  flex-direction: column;
}
.products-modal-list .product-modal__body .icon-info-wrap .info-box--inner span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.products-modal-list .product-modal__body .bottom-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 630px) {
  .products-modal-list .product-modal__body .bottom-wrap {
    position: relative;
    margin-top: 50px;
  }
}
.products-modal-list .product-modal__body .bottom-wrap .price-wrap {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
  color: #f06000;
}
.products-modal-list .product-modal__body .bottom-wrap .price-wrap .price {
  font-size: 18px;
  line-height: 23px;
  color: #f06000;
  font-weight: 600;
}
.products-modal-list .product-modal__body .bottom-wrap .price-wrap .price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
  margin-right: 4px;
}
.products-modal-list .product-modal__body .bottom-wrap .cart {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity .minus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity .plus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity .qty {
  border: 0;
  width: 20px;
  height: 24px;
  text-align: center;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity .qty::-webkit-outer-spin-button,
.products-modal-list .product-modal__body .bottom-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-modal-list .product-modal__body .bottom-wrap .quantity input[type=number] {
  -moz-appearance: textfield;
}
.products-modal-list .product-modal__body .btn-theme {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.products-modal-list .product-modal__body .btn-theme svg {
  width: 20px;
  height: 16px;
  filter: brightness(0) invert(1);
}