.replacement-btn {
    margin-bottom: 0;
    padding: 5px 10px;
    background: #fc601d;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    top: 5px; 
    min-width: 125px;
    max-width: 125px;
    }
.replacement-btn-img {
    width: 20px;
    margin-right: 6px;
    float: left;
    position: relative;
}
.box-calc-food {
    color: #fff; 
    font-weight: 600; 
    text-decoration: none; 
    text-align: center; 
    padding: 0px; 
    position: fixed; 
    width: 100%;
    z-index: 2;
    float: left;
    width: 100%;
    background: #333;
    margin-bottom: 0;
    overflow: hidden;
    max-width: 500px;
    left: 0;
    bottom: 55px;
    background: #333;
}
@media (min-width: 600px) {
    .box-calc-food {
    left: calc(50% - 250px) !important;
    }
}

.food-price {
    width: 50%;
    padding: 15px 0px 15px 15px;
    text-decoration: none;
    color: #fff !important;
    background: #333;
    font-size: 14px;
    float: left;
    padding-right: 0;
    text-align: center;
    font-weight: 600;
}
.food-order {
    width: 50%;
    text-decoration: none;
    padding: 10px 15px 10px 0px;
    background: #333;
    color: #fff !important;
    font-size: 14px;
    float: right;
    text-align: center;
    font-weight: 600;
}
.day-option {
    width: auto;
    display: inline;
    float: left;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    width: max-content;
    margin-bottom: 0;
}
.day-offer {
    position: absolute;
    top: -10px;
    right: -5px;
    display: inline;
    float: right;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #dd4343;
    text-align: center;
    width: fit-content;
    margin-bottom: 0;
    border-radius: 10px;
}
.day-pay {
    position: absolute;
    top: 35px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    width: 100%;
    text-align: center;
}
.quantity-option-select-box {
    position: relative;
    float: left;
    width: calc(95% / 3);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
}
.content-box {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 2.5%;
    height: 100%;
    overflow-y: auto;
    max-width: 600px;
    background: #e8ecf1 !important;
}
@media (min-width: 600px) {
    .content-box {
    left: calc(50% - 300px);
    top: calc(50% - 300px);
    max-height: 600px;
    }
}
.food-content-p {
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color:#333;
    line-height: 1.35;
}
.quantity-select {
    float: left; 
    position: relative;
    display: flex;
    gap: 2.5%;
    width: 100%;
    margin-bottom: 10px;
}
.quantity-option-select {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.quantity-option-select.clicked {
  transform: scale(0.9) !important;
  opacity: 0.3 !important;
}
.selected {
    box-shadow: inset 0px 0px 0px 2px #fc5a15;
    color: #333;
}
.selected-day {
    box-shadow: inset 0 0 0px 2px #fc5a15 !important;
}
.food-scrollbar {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 2.5%;
    margin-bottom: 20px;
}
.day-option-select {
    float: left;
    position: relative;
    width: calc(85%/7);
    text-align: center;
    color:#333;
    background: #fff;
    padding: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.day-option-select.clicked {
  transform: scale(0.9) !important; /* Уменьшение размера */
  opacity: 0.3 !important; /* Лёгкая прозрачность */
}
.box-dish {
    float: left;
    position: relative;
    width: 160px;
    min-width: 160px;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px !important;
    overflow: visible !important;
}
.box-dish-img {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 135px;
    margin-bottom: 0px;
    overflow: visible;
}
.dish-img {
    position: relative;
    float: left;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 135px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.dish-description {
    position: relative;
    float: left;
    width: 100%;
    padding: 7px 7px 10px 7px;
    color:#41332d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    text-align: left;
    margin-bottom: 0;
    height: 57px !important;
}

.subscription-box {
  width: 100%;
    float: left;
    position: relative;
    margin-bottom: 1px !important;
    background: #fff;
    padding: 10px 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: #e8ecf1 0px 3px 0px -2px;
}
  .subscription-box p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
  .sup-description {
    position: relative;
    float: left;
    color: #333 !important;
    width: 100%;
    padding: 10px 15px;
}
  .sub-option {
    width: calc(100%/3);
    float: left;
    position: relative;
    background: #fff;
    color: #333 !important;
    padding: 0px 15px;
    margin-bottom: 0;
    border-right: 1px solid #ededed;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .sub-option-day {
    width: calc(100%/3);
    float: right;
    position: relative;
    background: #fff;
    color: #333 !important;
    padding: 0px 15px;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    border-right: 1px solid #ededed;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-delivery-home:focus, 
.button-delivery-home:focus-visible {
  border: 2px solid #fc5a15 !important;
  outline: none !important;
}
.button-delivery-home input::placeholder {
  color: #333 !important;
}
  .delivery-info-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
  .btn-orange {
    font-size: 14px !important; 
    font-weight: 500 !important; 
    color: #333; 
    text-align: right; 
    width: calc(100%/3);
    padding: 0;
    background: #427aa9;
    border-radius: 8px;
    color: #fff !important;
    text-align: center;
    float: right;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-zakaz_uslug, .menu-home, .menu-profile {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#fff;
  border-radius:0px;
  color: #3A4754;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight: 500;
  border-top: 1px solid #dde1e7;
}
.menu-zakaz_uslug p, .menu-home p, .menu-profile p {
  width: 100%;
}
.menu-active-zakaz_uslug, .menu-active-home, .menu-active-profile {
  width: calc(100% / 3);
  height: 55px;
  float: left;
  background:#fff;
  border-radius:0px;
  color: #3e77a7;
  border:none;
  padding:0px 0px;
  font-size:10px;
  font-weight: 500;
  border-top: 1px solid #dde1e7;
}
.path_home {
  fill: #fff;
  stroke: #fff;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_body {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_body-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element {
  fill: #3a4754;
  stroke: none;
  pointer-events: all;
}
.path_menu_element-active {
  fill: #fff;
  stroke: none;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element_top {
  fill: #fff;
  stroke: #3a4754;
  stroke-width: 5px;
  pointer-events: all;
}
.path_menu_element_top-active {
  fill: #3e77a7;
  stroke: #3e77a7;
  stroke-width: 5px;
  pointer-events: all;
}
.svg_menu {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.svg_menu-active {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.no-dishes {
  text-align: center;
  color: #888;
  margin-top: 20px;
}

/* Анимация для добавления и удаления */


.modal-replace {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content-replace {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  text-align: center;
}

.replacement-dish {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.replacement-dish button {
  padding: 5px 10px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.replacement-btn.clicked {
  transform: scale(1); /* Уменьшение размера */
  opacity: 1; /* Лёгкая прозрачность */
}
.button-delivery-home {
  position: relative;
    width: 100%;
    float: left;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    text-align: center;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #fff;
    border: 1px solid #cfd1db;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.02);
}

.address-text {
  transition: transform 0.5s ease, opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
  margin-bottom: -16px !important;
}

.address-text.address-selected {
  transform: translateX(-3%);
  margin-bottom: -16px !important;
  overflow: visible;
}

.styled-input {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border: none;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
.styled-input::placeholder {
  color: #333;
}

.styled-input:focus {
  outline: none;
}

.apartment-input {
  flex-shrink: 0;
  margin-left: 15px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ededed;
}

.apartment-input-field {
  padding: 0;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  width: 100px;
  background: transparent;
}

.food-input-wrapper {
  position: relative;
}

.suggestions-list {
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
  max-height: 214px;
  overflow-y: auto;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400 !important;
  position: absolute;
  width: 100%;
  left: 0;
  color: #333;
  border-radius: 10px;
  border: 1px solid #e8ecf1;
  z-index: 9999;
  top: 40px;
  /* подправь если надо ближе/дальше к input */
  /* width: calc(100% - 20px); - не обязательно */
}

.suggestions-list li {
  padding: 7px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #e8ecf1;
  font-weight: 400 !important;
}

.suggestions-list li:hover {
  background-color: rgb(179, 195, 217);
}