.detail_page_head .title {
  float: left
}

@media (max-width: 767px) {
  .detail_page_head .title {
    padding-top: 0;
    float: none
  }
}

.detail_page_head .title h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0
}

@media (max-width: 767px) {
  .detail_page_head .title h1 {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

.detail_page_head .title ul.tags {
  margin: 8px 0 25px 0;
  padding: 0
}

@media (max-width: 767px) {
  .detail_page_head .title ul.tags {
    margin: 8px 0 20px 0
  }
}

.detail_page_head .title ul.tags li {
  display: inline-block;
  margin-right: 3px
}

.detail_page_head .title ul.tags li a {
  border: 1px solid #ededed;
  padding: 2px 10px;
  line-height: 1;
  color: #777;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.detail_page_head .title ul.tags li a:hover {
  color: #e91e63
}

.detail_page_head .rating {
  float: right
}

@media (max-width: 767px) {
  .detail_page_head .rating {
    padding-top: 0;
    float: none;
    display: inline-block;
    margin-bottom: 15px
  }
}

.detail_page_head .rating .score span {
  top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  text-align: right;
  line-height: 1.1;
  font-weight: 500
}

.detail_page_head .rating .score span em {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-weight: normal
}

@media (max-width: 767px) {
  .detail_page_head .rating .score span {
    float: right;
    text-align: left;
    margin: 0 0 0 8px
  }
}

.detail_page_head .rating .score strong {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #e91e63;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  padding: 8px;
  line-height: 1.1;
  color: #fff
}

.detail_page_head .rating .score strong:before {
  color: #fff
}

@media (max-width: 767px) {
  .detail_page_head .rating .score strong {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.pictures {
  text-align: left
}

@media (max-width: 767px) {
  .pictures {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
  }
}

.pictures figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 32%;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden
}

@media (max-width: 1199px) {
  .pictures figure {
    height: 90px
  }
}

@media (max-width: 991px) {
  .pictures figure {
    width: 80px;
    height: 80px
  }
}

.pictures figure a {
  display: block
}

.pictures figure a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem
}

.pictures figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.pictures figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05)
}

.box_order {
  background-color: #fff;
}

.box_order .head {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
  padding: 17px 20px 12px 20px;
  color: #454545
}

.box_order .head h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
  color: #454545
}

.box_order .main {
  padding: 25px
}

.box_order .main ul {
  list-style: none;
  padding: 0
}

.box_order .main ul li {
  margin-bottom: 8px
}

.box_order .main ul li.total {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase
}

.box_order .main ul li a {
  text-decoration: underline;
  color: #444;
  display: inline-block;
  position: relative
}

.box_order .main ul li a:hover {
  color: #000
}

.box_order .form-group {
  margin: 0 0 10px 0
}

.box_order textarea {
  height: 130px
}

.box_order a.close_panel_mobile {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
  display: none
}

@media (max-width: 991px) {
  .box_order.mobile_fixed {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: fixed !important;
    overflow-y: scroll;
    border: 0;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff
  }

  .box_order.mobile_fixed .head {
    padding: 10px 20px 10px 20px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
  }

  .box_order.mobile_fixed .head h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase
  }

  .box_order.mobile_fixed .head .offer {
    display: none
  }

  .box_order.mobile_fixed .head a.close_panel_mobile {
    display: inline-block
  }

  .box_order.mobile_fixed .main {
    padding-bottom: 50px
  }

  .box_order.mobile_fixed .btn_1_mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 6px 10px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    z-index: 9999999
  }

  .box_order.mobile_fixed .btn_1_mobile .text-center {
    display: none
  }
}

.btn_reserve_fixed {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (max-width: 991px) {
  .btn_reserve_fixed {
    display: block
  }
}

.secondary_nav {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 20px 0;
  position: relative
}

.secondary_nav span {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05)
}

.secondary_nav.is_stuck {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  border-top: none
}

@media (max-width: 767px) {
  .secondary_nav.is_stuck {
    padding: 10px 0
  }
}

.secondary_nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}

@media (max-width: 767px) {
  .secondary_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px 0
  }
}

.secondary_nav ul li {
  display: inline-flex;
}

.secondary_nav ul li:last-child {
  margin-right: 0;
  border-left: 1px solid #ededed;
  padding-left: 18px
}

.secondary_nav ul li:last-child a {
  background-color: #000;
  background-color: transparent;
  padding: 3px 12px;
  border: 1px solid #d2d8dd
}

.secondary_nav ul li a {
  color: #444;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px 15px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
  color: #e91e63
}

.secondary_nav ul li a i {
  margin-right: 8px
}

.opt_order {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 15px 0 5px 0
}

.table_wrapper {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px
}

a.menu_item {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 20px 95px 15px 20px;
  color: #444;
  -webkit-box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 3px 0px;
  margin-bottom: 30px
}

@media (max-width: 767px) {
  a.menu_item {
    margin-bottom: 15px
  }
}

a.menu_item h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0
}

a.menu_item p {
  color: #777;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem
}

a.menu_item figure {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  right: 15px;
  top: 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

a.menu_item figure img {
  width: 70px;
  height: auto
}

a.menu_item:hover {
  -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
  -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
  box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1)
}

a.menu_item:hover h3 {
  color: #e91e63
}

.table.cart-list {
  border-bottom: none;
  background-color: transparent
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table.cart-list thead th {
  font-weight: 500
}

.table.cart-list td {
  vertical-align: middle;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6 !important
}

.table.cart-list td.options i {
  font-size: 36px
}

.table.cart-list td h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem
}

.table.cart-list td p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444
}

.table.cart-list td figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.table.cart-list td figure img {
  width: 60px;
  height: auto
}

@media (max-width: 767px) {
  .table.cart-list td figure {
    float: none
  }
}

.table.cart-list td .dropdown-options {
  border: none;
  margin: 0
}

.table.cart-list td .dropdown-options>a {
  padding: 0;
  display: inline-block;
  color: #e91e63
}

.table.cart-list td .dropdown-options>a:after {
  display: none
}

.table.cart-list td .dropdown-options>a:hover {
  color: #111
}

.table.cart-list td .dropdown-menu {
  background-color: #fff;
  min-width: 250px;
  margin-left: -105px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

@media (max-width: 991px) {
  .table.cart-list td .dropdown-menu {
    margin-left: -175px !important
  }
}

.table.cart-list td .dropdown-menu label {
  font-weight: normal
}

.table.cart-list td .dropdown-menu a {
  color: #fff
}

.table.cart-list td .dropdown-menu h5 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-size: 0.875rem
}

.table.cart-list td .dropdown-menu ul {
  list-style: none;
  padding: 0
}

.table.cart-list td .dropdown-menu ul li label {
  font-size: 13px;
  font-size: 0.8125rem
}

.table.cart-list td .dropdown-menu ul li label small {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem
}

#message {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #e91e63;
  color: #fff;
  padding: 12px 12px 10px 40px;
  font-weight: 500;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  display: none
}

#message:before {
  font-family: "ElegantIcons";
  content: "\52";
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 10px;
  top: 7px;
  line-height: 1
}

.reviews #review_summary {
  text-align: center;
  background-color: #e91e63;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px
}

@media (max-width: 991px) {
  .reviews #review_summary {
    margin-bottom: 15px
  }
}

.reviews #review_summary strong {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  line-height: 1
}

.reviews #review_summary em {
  font-style: normal;
  font-weight: 500;
  display: block
}

.reviews .progress {
  margin-bottom: 12px;
  height: 5px
}

.reviews .progress-bar {
  background-color: #e91e63
}

.reviews .reviews_sum_details h6 {
  font-size: 14px;
  font-size: 0.875rem
}

.reviews .reviews_sum_details strong {
  position: relative;
  top: -8px
}

.review_card {
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 25px 10px 25px;
  margin-bottom: 30px;
}

.review_card .user_info {
  text-align: center
}

@media (max-width: 767px) {
  .review_card .user_info {
    margin-bottom: 10px
  }
}

.review_card .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .review_card .user_info figure {
    float: left
  }
}

.review_card .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.review_card .user_info h5 {
  font-size: 13px;
  font-size: 0.8125rem
}

@media (max-width: 767px) {
  .review_card .user_info h5 {
    float: left;
    margin: 18px 0 0 15px
  }
}

.review_card .review_content h4 {
  font-size: 18px;
  font-size: 1.125rem
}

.review_card .review_content .rating {
  float: left;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  color: #e91e63
}

.review_card .review_content .rating small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600
}

.review_card .review_content .rating strong {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #444
}

@media (max-width: 575px) {
  .review_card .review_content .rating {
    float: none;
    display: block
  }
}

@media (max-width: 575px) {
  .review_card .review_content .rating em {
    float: none;
    display: inline-block;
    margin-left: 10px
  }
}

.review_card .review_content em {
  color: #999;
  float: right
}

@media (max-width: 575px) {
  .review_card .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
    margin-left: 0
  }
}

.review_card .review_content ul {
  margin: 35px 0 25px 0;
  padding: 0
}

.review_card .review_content ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 0
}

@media (max-width: 575px) {
  .review_card .review_content ul li span {
    display: none
  }
}

.review_card .review_content ul li a {
  background-color: #f0f0f0;
  padding: 7px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #444
}

.review_card .review_content ul li a:hover {
  background-color: #e91e63;
  color: #fff
}

.review_card .review_content ul li a i {
  margin-right: 5px
}

@media (max-width: 575px) {
  .review_card .review_content ul li a i {
    margin-right: 0
  }
}

.review_card .review_content ul li:last-child {
  float: right;
  margin-right: 0
}

.review_card .reply {
  padding-top: 30px
}

@media (max-width: 767px) {
  .review_card .reply .user_info {
    display: none
  }
}

.review_card .reply .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px
}

.review_card .reply .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.review_card .reply .user_info h5 {
  font-size: 14px;
  font-size: 0.875rem
}

.review_card .reply .review_content {
  border-left: 5px solid #ededed;
  padding-left: 20px
}

@media (max-width: 575px) {
  .review_card .reply .review_content strong {
    display: block
  }
}

.review_card .reply .review_content em {
  color: #999;
  font-style: italic;
  float: right
}

@media (max-width: 575px) {
  .review_card .reply .review_content em {
    float: none;
    display: block;
    margin-top: 10px
  }
}

.radio_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center
}

.radio_select ul li {
  display: inline-block;
  margin: 0;
  width: 23.5%
}

.radio_select.chose_day ul li {
  width: 43.5%
}

.radio_select input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0
}

.radio_select label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 8px;
  border: 1px dotted #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem
}

.radio_select label em {
  display: block;
  color: red;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500
}

.radio_select label:hover {
  background-color: #dfd
}

.radio_select input[type="radio"]:focus+label {
  border: 1px solid transparent;
  background-color: #e91e63;
  color: #fff
}

.radio_select input[type="radio"]:focus+label em {
  color: #ffff66
}

.radio_select input[type="radio"]:checked+label {
  border: 1px solid transparent;
  background-color: #e91e63;
  color: #fff
}

.radio_select input[type="radio"]:checked+label em {
  color: #ffff66
}

#modal-dialog .content {
  padding: 20px 20px 0 20px
}

#modal-dialog .content h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px
}

#modal-dialog .content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none
}

#modal-dialog .content ul li span {
  float: right
}

#modal-dialog .footer {
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

@media (max-width: 767px) {
  #modal-dialog .footer .mb-mobile {
    margin-bottom: 5px
  }
}

.numbers-row {
  position: relative;
  width: 100%;
  height: 40px;
  border: 2px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 25px
}

.numbers-row input {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 50%;
  padding: 5px;
  border: none;
  margin-left: -20px;
  font-weight: 500;
  background: none;
  font-size: 18px;
  font-size: 1.125rem
}

.numbers-row input:focus {
  outline: none;
  box-shadow: none
}

.numbers-row .button_inc {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300 !important;
  color: #999
}

.numbers-row .button_inc:hover {
  color: #e91e63
}

.numbers-row .dec,
.numbers-row .inc {
  top: 2px
}

.numbers-row .dec {
  left: 0
}

.numbers-row .inc {
  right: 0
}

.table_wrapper th,
.table_wrapper td {
  background: transparent;
}

.list_menu section {
  padding-bottom: 14px;
}

/* === OVERRIDES: am Ende der CSS einfügen === */
.scroll-hidden {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

/* Desktop & Tablet (>= 992px): nebeneinander mit Flex, sauberer Abstand */
@media (min-width: 992px) {
  .type_delivery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Abstand zwischen li */
  }

  /* falls in filters_full anderer Abstand gewünscht (vorher 15px) */
  .filters_full .type_delivery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  /* Margins aus alten Regeln neutralisieren, Flex macht das spacing */
  .type_delivery ul li,
  .filters_full .type_delivery ul li {
    display: block;
    /* block als Flex-Item ok */
    margin: 0;
  }
}

/* Mobile (< 992px): alte Regeln behalten, aber sicherheitshalber Flex aktiv lassen */
@media (max-width: 991px) {
  .type_delivery ul {
    display: flex;
    /* nebeneinander */
    flex-wrap: wrap;
    /* ggf. umbrechen */
    gap: 10px;
    /* Basisabstand */
  }

  .type_delivery ul li {
    display: inline-block;
    /* deine alte Vorgabe bleibt kompatibel */
  }

  .type_delivery ul li:first-child {
    margin-right: 10px;
    /* deine alte Margin bleibt bestehen */
  }
}

.type_delivery .take.fsz-lg,
.type_delivery .deliv.fsz-lg {
  padding-left: 28px !important;
  margin-right: 10px !important;
  line-height: 0.8 !important;
  font-weight: 900 !important;
}

.type_delivery .filters-x .take,
.type_delivery .filters-x .deliv {
  font-size: 16px !important;
}

.type_delivery .take.fsz-lg:before,
.type_delivery .deliv.fsz-lg:before {
  width: 20px !important;
  height: 20px !important;
}

.basketbtn .badge {
  font-size: 12px;
  padding: 3px;
  padding-left: 4px;
  padding-right: 4px;
  left: 22px !important;
  top: 4px !important;
}

.secondary_nav ul li a.active {
  background-color: #e91e63;
  color: #fff;
}

.secondary_nav ul li a:hover {
  color: #e91e63;
}

.secondary_nav ul li a.active:hover {
  color: #fff;
  opacity: 0.8;
}

@media (min-width: 992px) {

  .container-md,
  .container {
    max-width: 1024px
  }

  .min-vh-90 {
    min-height: 70vh;
  }

  .hero_in.detail_page {
    height: 326px !important;
  }

  .box_order {
    max-width: 372px;
    min-width: 372px;
  }
}

@media (max-width: 992px) {
  .dopplew {
    width: 100%
  }

  .hero_in.detail_page {
    height: 336px !important;
  }

  #toTop {
    bottom: 76px !important;
  }

  .box_order.mobile_fixed {
    z-index: 1024;
  }
}

.menu-qty-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  /* dunkel */
  color: #fff;
  /* weiße Schrift */
  border-radius: 50%;
  /* Kreis */
  width: 34px;
  /* Kreisgröße */
  height: 34px;
  font-size: 1.1rem;
  /* Schriftgröße */
  font-weight: 600;
  line-height: 1;
}

.menu-qty-badge:hover {
  color: #fff;
}

.local-menu-article figure img,
#cartModal #modalItemThumb figure img {
  width: 68px;
  height: 68px;
}

@media (max-width: 446px) {
  .local-menu-article figure img {
    display: none;
  }
}

.local-menu-article:hover {
  background: #f3f3f3;
}

.local-menu-article .add-to-cart {
  text-decoration: none;
  color: #e91e63;
}

.local-menu-article .add-to-cart:hover,
.local-menu-article .add-to-cart:focus {
  text-decoration: none;
  color: #bd5200;
}

.local-menu-article.disabled {
  background: #f3f3f3;
  opacity: 0.6;
}

.header-address-block {
  font-size: 14px;
}

.toggle-info span {
  padding-top: 3px;
}

html {
  overflow-x: hidden;
}

/*============================================================================================*/
/* DARK THEME - Detail Page Styles */
/* Ergänzung zum data-bs-theme="dark" Block */
/*============================================================================================*/

/*-------- Detail Page Head --------*/
[data-bs-theme="dark"] .detail_page_head .title h1 {
  color: #ffffff;
}

[data-bs-theme="dark"] .detail_page_head .title ul.tags li a {
  border: 1px solid #3a3a3a;
  color: #b0b0b0;
}

[data-bs-theme="dark"] .detail_page_head .title ul.tags li a:hover {
  color: #e91e63;
  border-color: #e91e63;
}

[data-bs-theme="dark"] .detail_page_head .rating .score span {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .detail_page_head .rating .score span em {
  color: #888888;
}

/*-------- Pictures Gallery --------*/
[data-bs-theme="dark"] .pictures figure {
  background-color: #2a2a2a;
}

[data-bs-theme="dark"] .pictures figure a span {
  background-color: rgba(0, 0, 0, 0.8);
}

/*-------- Box Order --------*/
[data-bs-theme="dark"] .box_order {
  background-color: #1e1e1e;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .box_order .head {
  border-bottom: 1px solid #3a3a3a;
  color: #e1e1e1;
}

[data-bs-theme="dark"] .box_order .head h3 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .box_order .main ul li {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .box_order .main ul li.total {
  color: #ffffff;
}

[data-bs-theme="dark"] .box_order .main ul li a {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .box_order .main ul li a:hover {
  color: #ffffff;
}

[data-bs-theme="dark"] .box_order textarea {
  background-color: #2a2a2a;
  border-color: #3a3a3a;
  color: #e1e1e1;
}

[data-bs-theme="dark"] .box_order a.close_panel_mobile {
  color: #ffffff;
}

@media (max-width: 991px) {
  [data-bs-theme="dark"] .box_order.mobile_fixed {
    background-color: #121212;
  }

  [data-bs-theme="dark"] .box_order.mobile_fixed .btn_1_mobile {
    background-color: #1e1e1e;
    border-top: 1px solid #3a3a3a;
  }
}

/*-------- Btn Reserve Fixed --------*/
[data-bs-theme="dark"] .btn_reserve_fixed {
  background-color: #1e1e1e;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

/*-------- Secondary Nav --------*/
[data-bs-theme="dark"] .secondary_nav {
  background-color: #1a1a1a;
  border-top: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .secondary_nav span {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .secondary_nav ul li:last-child {
  border-left: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .secondary_nav ul li:last-child a {
  border: 1px solid #555555;
}

[data-bs-theme="dark"] .secondary_nav ul li a {
  color: #c9c9c9;
  background-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .secondary_nav ul li a.active,
[data-bs-theme="dark"] .secondary_nav ul li a:hover {
  color: #e91e63;
}

[data-bs-theme="dark"] .secondary_nav ul li a.active {
  background-color: #e91e63;
  color: #fff;
}

[data-bs-theme="dark"] .secondary_nav ul li a.active:hover {
  color: #fff;
}

/*-------- Opt Order --------*/
[data-bs-theme="dark"] .opt_order {
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}

/*-------- Table Wrapper --------*/
[data-bs-theme="dark"] .table_wrapper {
  background-color: #1e1e1e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
}

[data-bs-theme="dark"] .table_wrapper th,
[data-bs-theme="dark"] .table_wrapper td {
  background: transparent;
  color: #e1e1e1;
}

/*-------- Menu Item --------*/
[data-bs-theme="dark"] a.menu_item {
  background-color: #1e1e1e;
  color: #c9c9c9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
}

[data-bs-theme="dark"] a.menu_item h3 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] a.menu_item p {
  color: #888888;
}

[data-bs-theme="dark"] a.menu_item figure {
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] a.menu_item:hover {
  -webkit-box-shadow: 0px 22px 24px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 22px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 22px 24px 0px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] a.menu_item:hover h3 {
  color: #e91e63;
}

/*-------- Cart List Table --------*/
[data-bs-theme="dark"] .table.cart-list {
  background-color: transparent;
}

[data-bs-theme="dark"] .table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

[data-bs-theme="dark"] .table.cart-list thead th {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .table.cart-list td {
  border-top: 1px solid #3a3a3a !important;
  color: #c9c9c9;
}

[data-bs-theme="dark"] .table.cart-list td h4 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .table.cart-list td p {
  color: #888888;
}

[data-bs-theme="dark"] .table.cart-list td figure {
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .table.cart-list td .dropdown-menu {
  background-color: #1e1e1e;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .table.cart-list td .dropdown-menu label {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .table.cart-list td .dropdown-menu h5 {
  border-bottom: 1px solid #3a3a3a;
  color: #e1e1e1;
}

[data-bs-theme="dark"] .table.cart-list td .dropdown-menu ul li label {
  color: #c9c9c9;
}

/*-------- Message Toast --------*/
[data-bs-theme="dark"] #message {
  background-color: #e91e63;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

/*-------- Reviews --------*/
[data-bs-theme="dark"] .reviews .reviews_sum_details h6 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .reviews .reviews_sum_details strong {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .reviews .progress {
  background-color: #2a2a2a;
}

/*-------- Review Card --------*/
[data-bs-theme="dark"] .review_card {
  background-color: #1e1e1e;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .review_card .user_info h5 {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .review_card .review_content h4 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .review_card .review_content .rating strong {
  color: #b0b0b0;
}

[data-bs-theme="dark"] .review_card .review_content em {
  color: #666666;
}

[data-bs-theme="dark"] .review_card .review_content ul li a {
  background-color: #2a2a2a;
  color: #c9c9c9;
}

[data-bs-theme="dark"] .review_card .review_content ul li a:hover {
  background-color: #e91e63;
  color: #fff;
}

[data-bs-theme="dark"] .review_card .reply .review_content {
  border-left: 5px solid #3a3a3a;
}

[data-bs-theme="dark"] .review_card .reply .review_content em {
  color: #666666;
}

/*-------- Dropdown (Time/Day) --------*/
[data-bs-theme="dark"] .dropdown {
  border: 1px dotted #555555;
}

[data-bs-theme="dark"] .dropdown a {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .dropdown.show a {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .dropdown.show a:after {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .dropdown .dropdown-menu {
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .dropdown .dropdown-menu h4 {
  color: #e1e1e1;
}

/*-------- Radio Select --------*/
[data-bs-theme="dark"] .radio_select label {
  border: 1px dotted #555555;
  background-color: #2a2a2a;
  color: #c9c9c9;
}

[data-bs-theme="dark"] .radio_select label em {
  color: #ff6b6b;
}

[data-bs-theme="dark"] .radio_select label:hover {
  background-color: #1a3d1a;
}

[data-bs-theme="dark"] .radio_select input[type="radio"]:focus + label,
[data-bs-theme="dark"] .radio_select input[type="radio"]:checked + label {
  border: 1px solid transparent;
  background-color: #e91e63;
  color: #fff;
}

[data-bs-theme="dark"] .radio_select input[type="radio"]:focus + label em,
[data-bs-theme="dark"] .radio_select input[type="radio"]:checked + label em {
  color: #ffff66;
}

/*-------- Modal Dialog Content --------*/
[data-bs-theme="dark"] #modal-dialog .content h5 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] #modal-dialog .content ul {
  color: #c9c9c9;
}

[data-bs-theme="dark"] #modal-dialog .content ul li span {
  color: #b0b0b0;
}

[data-bs-theme="dark"] #modal-dialog .footer {
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #1e1e1e;
}

/*-------- Numbers Row --------*/
[data-bs-theme="dark"] .numbers-row {
  border: 2px solid #555555;
  background-color: #2a2a2a;
}

[data-bs-theme="dark"] .numbers-row input {
  color: #e1e1e1;
  background: none;
}

[data-bs-theme="dark"] .numbers-row .button_inc {
  color: #888888;
}

[data-bs-theme="dark"] .numbers-row .button_inc:hover {
  color: #e91e63;
}

/*-------- Local Menu Article --------*/
[data-bs-theme="dark"] .local-menu-article {
  background-color: #1e1e1e;
}

[data-bs-theme="dark"] .local-menu-article:hover {
  background: #2a2a2a;
}

[data-bs-theme="dark"] .local-menu-article.disabled {
  background: #2a2a2a;
  opacity: 0.5;
}

/*-------- Menu Qty Badge --------*/
[data-bs-theme="dark"] .menu-qty-badge {
  background-color: #e1e1e1;
  color: #121212;
}

[data-bs-theme="dark"] .menu-qty-badge:hover {
  color: #121212;
}

/*-------- Header Address Block --------*/
[data-bs-theme="dark"] .header-address-block {
  color: #c9c9c9;
}

/*-------- Type Delivery --------*/
[data-bs-theme="dark"] .type_delivery .take.fsz-lg,
[data-bs-theme="dark"] .type_delivery .deliv.fsz-lg {
  color: #e1e1e1;
}

/*-------- Basket Button Badge --------*/
[data-bs-theme="dark"] .basketbtn .badge {
  background-color: #e91e63;
  color: #fff;
}