:root {
  --form-accent-color: #931a1d;
}

body {
  background-color: #F7F7F7;
  font-family: "Averta", sans-serif;
}

main {
  margin-bottom: 2rem;
}

header {
  position: relative;
  padding: 5rem 0;
  color: white;
  margin-bottom: 3rem;
  background-image: url("../img/headerwebsite.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
header .navigation-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(10%);
  z-index: 999;
}
header .navigation-wrapper .navigation-dropdown .selectize-input {
  border: none;
  padding: 0.8rem 0.75rem;
  border-radius: 15px !important;
}
header .navigation-wrapper .navigation-dropdown .selectize-input:after {
  content: url("/fa/rendered/chevron-down.svg") !important;
  margin-top: 2px !important;
}
header .navigation-wrapper .navigation-dropdown .selectize-dropdown {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px !important;
  --bs-form-select-bg-img: unset !important;
  background-image: unset !important;
  padding: 0.5rem;
}
header .navigation-wrapper .navigation-dropdown .selectize-dropdown .selectize-dropdown-content {
  max-height: 250px !important;
}
header .navigation-wrapper .navigation-dropdown .selectize-dropdown .selectize-dropdown-content .option {
  transition: 0.1s ease;
  padding: 0.5rem 0.75rem;
}
header .navigation-wrapper .navigation-dropdown .selectize-dropdown .selectize-dropdown-content .option:hover, header .navigation-wrapper .navigation-dropdown .selectize-dropdown .selectize-dropdown-content .option.active {
  border-radius: 5px !important;
  background-color: #eee !important;
}
header .selectize-control.single .selectize-input {
  height: 100% !important;
}
header .navigation-bar {
  background-color: white;
  padding: 0.75rem;
  border-radius: 15px;
}

.btn {
  padding: 0.7rem 1.2rem;
  border-radius: 2rem;
  font-weight: 600;
}
.btn.btn-primary {
  background-color: #931a1d;
  border-color: #931a1d;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #3c0b0c;
  border-color: #3c0b0c;
}
.btn.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.card {
  padding: 2rem;
  border-radius: 15px;
  background-color: #ffffff;
  border: none;
  margin-bottom: 30px;
}
.card > *:last-child {
  margin-bottom: 0;
}
.card.card--empty {
  background: #EEEEEE;
}
.card.card--not-paid {
  background: #931a1d;
  color: #ffffff;
}
.card.card--not-paid .card__title {
  color: #ffffff;
}
.card.card--not-paid .btn-primary {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
  color: #931a1d;
}
.card.card--piggy {
  background: #fc5200;
  color: #ffffff;
}
.card.card--piggy .form-group {
  padding-right: 0;
}
.card.card--piggy .col-lg-3 {
  display: none;
}
.card.card--piggy .col-lg-9 {
  width: 100%;
}
.card.card--piggy .col-lg-9 button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
  color: #fc5200;
}
.card.card--piggy .piggy-logo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 75px;
}
.card.card--piggy .card__title {
  color: #ffffff;
}
.card .card__title {
  font-weight: 700;
  color: #931a1d;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.cart {
  position: sticky;
  top: 1rem;
  margin-bottom: 5rem;
}

.cart__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.cart__list li.cart-total {
  font-size: 1.2rem;
}
.cart__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #eee;
  padding: 0.35rem 0;
}
.cart__list > li ul {
  list-style: none;
  padding: 0 0 0 0.5rem;
}
.cart__list > li ul li {
  font-size: 0.9rem;
  color: #505050;
}
.cart__list > li button {
  border: none;
  background: none;
  font-size: 0.8rem;
  color: #931a1d;
}

.product-card {
  margin-bottom: 30px;
  padding: 0;
}
.product-card .product-cart__content {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem;
}
@media screen and (max-width: 992px) {
  .product-card .product-cart__content {
    flex-direction: column;
    padding: 1.5rem;
  }
}
.product-card .product-cart__content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #931a1d;
  margin-bottom: 0.5rem;
}
.product-card .product-cart__content .allergens {
  font-size: 0.75rem;
  color: #505050;
}
.product-card .product-cart__content .allergens span {
  display: block;
  font-weight: 600;
}
.product-card .product-card__info {
  flex: 1.5;
}
.product-card .product-card__customizer {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card .product-card__customizer select {
  border-color: #d6d6d6;
  border-radius: 0.35rem;
  padding: 0.25rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.product-card .product-card__customizer .ingredient-list {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.product-card .product-card__customizer .ingredient__add-btn {
  border: 1px solid #931a1d;
  background-color: #ffffff;
  color: #931a1d;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  transition: 0.2s ease;
  font-size: 0.9rem;
}
.product-card .product-card__customizer .ingredient__add-btn:hover {
  background-color: #931a1d;
  color: #ffffff;
}
.product-card .product-card__customizer .ingredient__reset-btn {
  border: 1px solid #434343;
  background-color: #ffffff;
  color: #434343;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  transition: 0.2s ease;
  font-size: 0.9rem;
  display: none;
}
.product-card .product-card__customizer .ingredient__reset-btn.visible {
  display: inline-block;
}
.product-card .product-card__customizer .ingredient__reset-btn:hover {
  background-color: #434343;
  color: #ffffff;
}
.product-card .product-cart__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #eee;
  border-radius: 0 0 15px 15px;
  padding: 1.5rem 2.5rem;
}
.product-card .product-cart__footer .product-card__price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 1rem;
}
.product-card .product-cart__footer .product-quantity {
  border: none;
  border-radius: 2rem;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
.product-card .product-cart__footer .product-quantity:after {
  right: 1rem;
}
.product-card .product-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.product-card .badge.bg-danger {
  background-color: #931a1d !important;
  padding: 0.5rem;
}

.ingredient-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ingredient-list .ingredient {
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  font-size: 0.9rem;
  background-color: #eee;
  border-radius: 50px;
}
.ingredient-list .ingredient .ingredient__remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  border-radius: 100px;
  aspect-ratio: 1/1;
  font-size: 0.75rem;
  transition: 0.2s ease;
}
.ingredient-list .ingredient .ingredient__remove-btn:hover {
  background-color: #931a1d;
  color: #ffffff;
}

.section {
  position: relative;
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid #EEEEEE;
  font-size: 0.9rem;
}
.section.p-0 {
  padding-top: 0.75rem !important;
}
.section .section__title {
  position: absolute;
  top: 0;
  left: 0.75rem;
  font-size: 1rem;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 0.75rem;
  color: #931a1d;
  font-weight: 600;
}
.section *:last-child {
  margin-bottom: 0;
}

.list-group--payment-methods .list-group-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-group--payment-methods .list-group-item .form-check-input:checked {
  background-color: #931a1d;
  border-color: #931a1d;
}
.list-group--payment-methods .list-group-item input {
  position: absolute;
}
.list-group--payment-methods .list-group-item img {
  margin-left: 2rem;
  height: 40px;
}
.list-group--payment-methods .list-group-item:has(input[type=radio]:checked) {
  background: rgba(147, 26, 29, 0.1);
}

.toggle {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .toggle {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .toggle {
    flex-direction: column;
    margin-left: 0;
  }
}
.toggle label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-align: center;
}
.toggle label i {
  color: #931a1d;
}

.toggle input[type=radio] {
  display: none;
}

.toggle input[type=radio]:checked + label {
  background: rgba(147, 26, 29, 0.1);
}

.toast-container .toast {
  border-radius: 15px;
  background-color: #931a1d !important;
}
.toast-container .toast .toast-body {
  padding: 1rem;
}

@media screen and (min-width: 992px) {
  .btn-back {
    height: 53px;
    width: 55px;
  }
}

#ingredientModal .modal-content {
  background-color: #ffffff;
  border-radius: 15px !important;
}
#ingredientModal .modal-content .modal-header {
  border: unset !important;
  padding: 2.5rem 2.5rem 0 2.5rem;
}
#ingredientModal .modal-content .modal-header h1 {
  color: #931a1d;
}
#ingredientModal .modal-content .modal-body {
  padding: 1.5rem 2.5rem;
}
#ingredientModal .modal-content .modal-footer {
  background-color: #eee;
  border: unset !important;
  padding: 1.5rem 2.5rem;
  border-radius: 0 0 15px 15px !important;
}

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