#menu-list-repeater #btn-add-item {
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #2271b1 !important;
}
#menu-list-repeater .price-item-image {
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu-list-repeater .swiper {
  width: 100%;
  height: 100%;
}

/* admin Restaurant menus type */
#menu-list-item li {
  display: flex;
  flex-direction: column;
}
#menu-list-item li div.form-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  gap: 16px;
}

#menu-list-repeater .menu-header {
  display: flex;
  justify-content: space-between;
  background: #eeeeee;
  padding: 8px;
  cursor: pointer;
}
#menu-list-repeater .menu-items {
  width: 100%;
}
/* .menu-item:hover{
  border-color:  #2271b150 !important;
  border-width: 2px;
  box-shadow: 0 0 3px 0px #2271b130;
} */
#menu-list-repeater .toggle-btn {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
#menu-list-repeater .toggle-btn:focus {
  outline: none;
}
#menu-list-repeater .toggle-btn::before {
  content: "\f343";
  color: #787c82;
  position: relative;
  top: 0.11rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  font: normal 20px / 1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  transform: rotate(180deg);
  transition: transform 300ms;
}
#menu-list-repeater .toggle-btn.active-toggle::before {
  content: "\f343";
  color: inherit;
  position: relative;
  top: 0.11rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  font: normal 20px / 1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  transform: rotate(0deg);
  transition: transform 300ms;
}
#menu-list-repeater .menu-title {
  font-weight: bold;
}

#menu-list-repeater .toggle-content {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

#menu-list-repeater .menu-content {
  padding: 10px;
}

#menu-list-repeater .item-title {
  background-color: white;
  border: 1px solid #c4c4c4;
  outline: none;
  padding: 4px;
}

#menu-list-repeater .menu-item-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#menu-list-repeater .row {
  display: flex;
  width: 100%;
  gap: 8px;
}
#menu-list-repeater .row-between {
  justify-content: space-between;
}
#menu-list-repeater .row-end {
  justify-content: flex-end;
}
#menu-list-repeater .menu-item-box textarea {
  resize: none;
  padding: 8px 12px;
}
#menu-list-repeater .menu-images-list-preview,
#menu-list-repeater .menu-file-preview,#menu-list-repeater  .price-item-images-list-preview {
  display: flex;
  width: 100%;
  gap: 5px;
}

#menu-list-repeater .menu-images-list-preview.not-selected,.price-item-images-list-preview.not-selected {
  display: none;
}
#menu-list-repeater .menu-image-item-preview,.price-item-image-item-preview {
  width: 60px;
  height: 60px;
}
#menu-list-repeater .menu-images-list-preview,.price-item-images-list-preview {
  border: 2px dashed #c4c4c4;
}
#menu-list-repeater .menu-file-item-wrapper {
  display: flex;
  position: relative;
  border: 2px dashed #c4c4c4;
  gap: 5px;
  align-items: center;
  width: fit-content;
  padding: 5px;
}
#menu-list-repeater .menu-file-item-preview {
  display: flex;
  align-items: center;
}
#menu-list-repeater .menu-file-item-preview-close,.price-item-image-preview-close {
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
#menu-list-repeater .menu-list-tools {
  display: flex;
  position: sticky;
  top: 20px;
  padding: 20px 0;
  background-color: white;
}
#menu-list-repeater .menu-image-item-preview-wrapper,.price-item-image-item-preview-wrapper {
  position: relative;
  margin-right: 10px;
  padding: 5px;
}
#menu-list-repeater .menu-image-item-preview-close,.price-item-image-preview-close {
  position: absolute;
  right: -5px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#menu-list-repeater .menu-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #f9f9f9;
}
#menu-list-repeater .menu-item:hover {
  border-width: 2px;
}

#menu-list-repeater .tab-nav {
  display: flex;
  border-bottom: 2px solid #ddd;
}

#menu-list-repeater .tab-button {
  padding: 10px;
  cursor: pointer;
  border: none;
  background: #f5f5f5;
  flex: 1;
  text-align: center;
}

#menu-list-repeater .tab-button.elementor-active {
  background: #ddd;
  font-weight: bold;
}

#menu-list-repeater .tab-content {
  padding: 10px;
  display: none;
}

#menu-list-repeater .children-box {
  width: 100%;
}

#menu-list-repeater .menu-header-box {
  display: flex;
  width: 100%;
}
#menu-list-repeater .menu-header {
  flex: 1;
}
#menu-list-repeater .action-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 2px solid;
}

#menu-list-repeater .action-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-list-repeater .action-icon-box:hover {
  background-color: gray;
}

#menu-list-repeater .action-icon-box .drag {
  cursor: grab;
}

#menu-list-repeater .action-icon {
  width: 24px;
  height: 24px;
}

/* ================== */

.menu-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.menu-container ul {
  list-style: none;
}

.menu-container .tabs-titles-list {
  display: flex;
  gap: 10px;
}

.menu-container .tabs-children-titles-list {
  display: flex;
}

.menu-container button {
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none ;
  outline: none;
  border-radius: 0;
  color: var(--e-global-color-text);
}
.menu-container button:focus,.menu-container button:hover {
  border: none ;
  outline: none;
  background-color: transparent;
}
.menu-container button.elementor-active{
  border: none ;
  outline: none;
  color: var(--e-global-color-primary);
  border-bottom: 2px solid var(--e-global-color-primary);
}

.menu-container .row-title,
.menu-container .row-content {
  display: none;
}
.menu-container .show {
  display: block;
}
.menu-container .row-title.show {
  display: flex;
}
.menu-container .row-content.show {
  display: block;
}

.menu-container .tabs-titles,
.menu-container .tabs-content {
  max-width: 100%;
}
.tabs-content{
  padding: 10px;
  border-top: 2px solid var(--e-global-color-primary);
  margin-top: 10px;
}

.menu-container .row-title {
  max-width: 100%;
  overflow-x: auto;
}
.menu-container .tabs-content .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* price list ============================ */
.price-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.price-item{
  background-color:  #E6E6FA;
  border:1px solid #E6E6FA
}

.price-item-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.price-input{
  padding: 4px;
  height: 100%;
}

.price-item-header-buttons{
  display: flex;
  flex: 1;
}
.price-item-inputs {
  padding: 10px;
}

.toggle-price-item-btn {
  background-color: transparent;
  outline: none;
  border: none;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.toggle-price-item-btn:focus {
  outline: none;
  border: none;
}
.toggle-price-item-btn::before {
  content: "\f343";
  color: #787c82;
  position: relative;
  top: 0.11rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  font: normal 20px / 1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  transform: rotate(180deg);
  transition: transform 300ms;
}

.toggle-price-item-btn.active-toggle::before {
  transform: rotate(0deg);
  transition: transform 300ms;
}
.price-item-header-buttons .action-box{
  background-color: #eeeeee;
  border-color:  #E6E6FA;
}

.price-list-group-container{
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
  gap: 5px;
}
.price-item-content{
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-list-items,.price-list-item-detail{
  display: flex;
  flex-direction: column;
}

/* swiper =============== */
.swiper{
  max-width: 100%;
}
.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus{
  outline: none;
  border: none;
}

/* images-title */

.images-title{
  gap: 10px;
}

/* images-title-separator-price */

.separator-price{
  flex:1
}

/* title-separator-price */
.title-separator-price{
  align-items: center;
  gap: 5px;
}
.price-item-separator{
  border-bottom: 2px dotted var(--e-global-color-primary);
  flex: 1;
  height: fit-content;
}

.price-list-item-detail p{
  margin: 0;
}