@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
.pz-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.pz-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.pz-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.pz-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(176, 217, 213, 0.1), 0 4px 6px -2px rgba(176, 217, 213, 0.05);
}

.pz-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.pz-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#orderModal .card.add-to-cart-card {
  border: none;
}
#orderModal .card.add-to-cart-card .card-body {
  border: none;
  padding-bottom: 8px;
}
#orderModal .card.add-to-cart-card .card-body .item-description {
  font-size: 14px;
}
#orderModal .card.add-to-cart-card .card-body .cart-label-sm {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #F29F05;
}
#orderModal .card.add-to-cart-card .card-body .cart-unit-price {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
#orderModal .card.add-to-cart-card .card-footer {
  border: none;
  background-color: transparent;
}

.side-cart.card {
  border: none;
  padding-bottom: 1rem;
}
.side-cart.card .card-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: none;
  padding: 1.75rem 1.7rem;
  min-height: 4rem;
  background-color: #eff7f7;
}
.side-cart.card .card-header .card-title {
  margin-bottom: 1px;
}
.side-cart.card .card-header #totalCost {
  font-weight: 600;
  font-size: 1.3rem;
  color: #025951;
}
.side-cart.card .card-body {
  border: none;
}
.side-cart.card .card-body .cart-item-group {
  padding-inline-start: 1px;
  margin-bottom: 4px;
}
.side-cart.card .card-body .cart-item-group .cart-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.side-cart.card .card-body .cart-item-group .cart-item:not(:first-of-type) {
  padding: 10px 0;
}
.side-cart.card .card-body .cart-item-group .cart-item .cart-item-name {
  font-weight: 600;
  color: #025951;
}
.side-cart.card .card-body .cart-item-group .cart-item .cart-item-details {
  display: flex;
  flex-direction: column;
}
.side-cart.card .card-body .cart-item-group .cart-item .cart-item-details p {
  font-size: 0.8rem;
  margin: 0;
}
.side-cart.card .card-body .cart-item-group .cart-item .cart-item-details .unitPrice {
  font-weight: 600;
}
.side-cart.card .card-body .cart-item-group .cart-item .removeItem {
  font-size: 12px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 12px;
  right: 0;
  text-decoration: none;
  cursor: pointer;
}
.side-cart.card .card-body .cart-item-group .cart-item .removeItem i {
  color: #ffffff;
}
.side-cart.card .card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background-color: transparent;
}

.product-card.card {
  width: 100%;
  min-height: 14rem;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.product-card.card .card-img-top {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 6rem;
  object-fit: cover;
}
.product-card.card .card-title {
  font-size: 1rem;
  margin-bottom: 8px;
}
.product-card.card .card-text {
  font-size: 0.9rem;
}
.product-card.card .btn {
  font-size: 12px;
}

#itemPhoto.card-img-top {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 16rem;
  object-fit: cover;
}

#paymentMethodModal .modal-header {
  border: unset;
  display: flex;
  padding: 1.75rem 1.7rem;
  align-items: center;
  background: #eff7f7;
}
#paymentMethodModal .pm-option {
  cursor: pointer;
}

.pz-searchbar-lg {
  border-radius: 4px;
}
.pz-searchbar-lg input {
  padding-left: 1.5rem !important;
  font-weight: 300;
  height: 60px !important;
}
.pz-searchbar-lg input::placeholder {
  font-weight: 300;
  font-size: 1rem;
  color: #025951;
}
.pz-searchbar-lg input:focus {
  outline: none !important;
  box-shadow: 0 10px 15px -3px rgba(176, 217, 213, 0.2), 0 4px 6px -2px rgba(176, 217, 213, 0.05);
}
.pz-searchbar-lg i {
  color: #025951;
}
.pz-searchbar-lg .btn {
  background-color: #ffffff;
}
.pz-searchbar-lg .btn:focus {
  outline: none !important;
  box-shadow: none;
}

.pz-nav-lg {
  height: 8rem;
  display: flex;
  padding-top: 1rem;
  background-color: #eff7f7;
  background-image: url(../img/pizza-img.svg);
  background-repeat: no-repeat;
  background-position-x: 70%;
  background-position-y: 94%;
}
@media screen and (max-width: 769px) {
  .pz-nav-lg {
    background-position-x: 22vw;
    background-position-y: -22rem;
  }
}
.pz-nav-lg .navbar-brand {
  font-size: 2rem;
}
.pz-nav-lg a {
  text-decoration: none;
}

.pagination li {
  padding: 4px 14px;
  background: #ffff;
  text-decoration: none;
}
.pagination li:not(.disabled):hover {
  background: #B0D9D5;
  cursor: pointer;
}
.pagination li a {
  text-decoration: none;
}
.pagination li:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination li:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pagination li.active {
  background: #025951;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(176, 217, 213, 0.1), 0 4px 6px -2px rgba(176, 217, 213, 0.05);
}
.pagination li.disabled {
  background: shade(#fafafa, 90);
  cursor: default;
}
/*# sourceMappingURL=pz-rules.css.map */