/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* body {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; Много яко за игра
} */

/* body {
    background-color: #3D84A8;
    color: #F2CD76;
}

body a{
    color: #F2CD76;
} */


/* .menu .search-container {
    flex: 1;
    display: flex;
    justify-content: center;
}
  
.menu input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
    border-radius: 15px;
}

.menu {
    background-color: #3D84A8;
    padding: 1em;
    padding-bottom: 5em;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

.menu .links {
    margin-left: auto;
}

.menu .links a{
    color: #F2CD76;
    margin-right: 1em;
}

.classcategory {
    padding: 3em;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.classcategory a{
    width: 10em;
    height: 5em;
    border: 1px solid black;
    border-radius: 5em;
    box-shadow: 3px 3px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.usrimg {
    border-top-left-radius: 50%;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 80%;
    border-bottom-left-radius: 50%;
}
/* КУРИЕРСКО МЕНЮ */

.footercourier {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(73, 71, 71);
    color: white;
    text-align: center;
}

.couriermenuindex {
    background-color: rgb(170, 170, 170);
}

.couriermenu {
    background-color: rgb(211, 211, 211);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.couriermenu a {
    color: black;
}

.courierindex {
    color: black;
}

/* Calendar */

.calendar .day  {
    padding: 0.8em;
    text-align: center;
    font-size: 1.2em;
}

.calendar .day .leftarrow {
    float: left;
    padding: 0.5em;
}

.calendar .day .rightarrow {
    float: right;
    padding: 0.5em;
}

.calendar .event{
    padding: 0.5em;
}

.calendar .time {
    float: left;
    padding-right: 0.5em;
}

.calendar .menucal {
    padding: 1em;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.calendar .menucal .date {
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.3em;
}

.calendar .menucal .date a{
    text-decoration: none;
}

.calendar .menucal .date .now{
    text-decoration: underline;
}

.calendar .content {
    display: flex;
    padding: 0.5em;
    border: 1px solid rgb(109, 109, 109);;
    border-radius: 5px;
    word-break: keep-all;
}

.calendar .taken {
    background-color: rgb(114, 114, 114);
}

.calendar .timeout {
    background-color: rgb(114, 114, 114);
}

.calendar .timeget {
    background-color: rgb(144, 144, 144);
}

.calendar .success {
    background-color: rgb(43, 144, 0);
}

.calendar .error {
    background-color: rgb(163, 0, 0);
}

.calendar a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

/* ПРОФИЛ */

.profile .hello{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.profile .img {
    text-align: center;
    padding-bottom: 1em;
}

.profile .phonenumber{
    text-align: center;
    padding-bottom: 1em;
}

.profile .text {
    float: left;
    padding-right: 1em;
}

.profile .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.profile .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.profile .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.profile input:checked + .slider {
    background-color: #2196F3;
}

.profile input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.profile input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* КРАЙ НА КУРИЕРСКО МЕНЮ */

/* РЕСТОРАНТСКО МЕНЮ */

/* .restaurantmenuindex {
    background-color: rgb(170, 170, 170);
} */

.restaurantmenu {
    background-color: rgb(211, 211, 211);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.restaurantmenu a {
    color: black;
}

/* .restaurantprofile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */

.menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

.menu-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.menu-item img {
  width: 50px;
  height: 50px;
}

.menu-item span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.menu-item:hover {
  transform: scale(1.05);
}

.menu-item a {
  text-decoration: none;
  color: inherit;
}

.menu-item.disabled {
  background-color: #ccc;
  border-color: #bbb;
  cursor: no-drop;
  opacity: 0.6;
  pointer-events: none;
}

.menu-item.disabled a {
  pointer-events: none;
  cursor: no-drop;
}

.restaurantprofile .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.restaurantprofile .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.restaurantprofile .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.restaurantprofile .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.restaurantprofile input:checked + .slider {
  background-color: #2196F3;
}

.restaurantprofile input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.restaurantprofile input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* КРАЙ НА РЕСТОРАНТСКО МЕНЮ */

/* Рестoранти */

.restaurants {
    padding: 3em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 3em;
}

.restaurantcard {
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 20px black;
    height: 30vh;
    background-position: 50% 50%;
    border-radius: 10%;
    overflow: hidden;
}

.restaurantcard a{
    color: inherit;
}

.restaurantcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.restaurantcard:hover img {
    transform: scale(1.1);
}

.restaurantcard .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.restaurantcard .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: aliceblue;
    padding: 10px;
}



/* @media screen and (max-width: 600px) {
    .menu .search-container {
      display: none;
    }
    .menu a, .topnav input[type=text], .topnav .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .menu input[type=text] {
      border: 1px solid #ccc;  
    }
    .menu .contact{
        display: none;
    }

    .classcategory {
        padding: 5px;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    
    .classcategory a {
        width: 30%;
        height: 5em;
        border: 1px solid black;
        border-radius: 5em;
        box-shadow: 3px 3px 5px black;
        display: flex;
        justify-content: center;
        align-items: center;
    }
} */

.orderhistory .order {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}

.orderhistory .details {
    display: none;
}

.orderhistory .expand-btn {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/* asdadadasdas */

/* asdasds */


/*-------- Fixed Booking Panel--------*/
.box_order {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.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;
  background-color: #454545;
  color: #fff;
}
.box_order .head h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
  color: #fff;
}
.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 {
  padding-left: 25px;
  color: #444;
  display: inline-block;
  position: relative;
}
.box_order .main ul li a:before {
  font-family: "ElegantIcons";
  content: "\4f";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
}
.box_order .main ul li a:hover {
  color: #e74747;
}
.box_order .main ul li span {
  float: right;
}
.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: #fff;
  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;
    overflow-y: scroll;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    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: 999;
  }
  .box_order.mobile_fixed .btn_1_mobile .text-center {
    display: none;
  }
}

.btn_reserve_fixed {
  position: fixed;
  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;
  z-index: 999;
}
@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: 999;
  border-top: none;
}
@media (max-width: 767px) {
  .secondary_nav.is_stuck {
    padding: 10px 0;
  }
}
.secondary_nav ul {
  margin: 0;
  padding: 0;
  margin-bottom: -20px;
  list-style: none;
}
@media (max-width: 767px) {
  .secondary_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px 0;
  }

  .form-control:disabled {
    background-color: #fff;
  }
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
}
.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: black;
  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: black;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px 15px;
}
.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
  color: #e54750;
}
.secondary_nav ul li a i {
  margin-right: 8px;
}

.list_menu section {
  padding-top: 25px;
}

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

.removecart2 {
  background: none;
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.removecart2:hover {
  transition: all 0.3s ease-in-out;
  color: #e54750;
}

@media (min-width: 576px) {
  .modal {
      --bs-modal-margin:5.75rem !important; 
      --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
  }
}

#map {
  height: 400px;
  width: 100%;
}

.gmnoprint, .gm-style-cc{
  display: none !important;
}


.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px); /* Замъглява фона */
  z-index: -1; /* Поставя фона под съдържанието */
}

.content {
  position: relative; /* За да може текстът да бъде позициониран правилно */
  z-index: 1; /* Поставя съдържанието над замъгления фон */
}

.text-over-blur {
  /* position: absolute;
  top: 50%; */
  /* left: 40%; */
  /* transform: translate(30%, -50%); */
  font-size: 14px;
  font-weight: bold;
  color: white;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* По-светла сянка */
  background-color: rgba(0, 0, 0, 0.5); /* По-ярък фон */
  padding: 10px; /* Добавете отстъпи, за да увеличите яркостта на фона */
}

figure.closed {
  filter: blur(1px);
}


.info-icon {
  display: inline;
  cursor: pointer;
  color: #3e87a8;
  font-weight: bold;
  margin-left: 5px;
  position: relative; /* За да може tooltip да е относително към иконката */
}

.tooltips {
  display: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  font-weight: lighter;
  z-index: 1;
  width: 200px;
  top: 20px; /* Може да се регулира в зависимост от разположението */
  left: 50%;
  transform: translateX(-50%);
  white-space: normal; /* За да се позволи пренос на редове */
}

.info-icon:hover .tooltips {
  display: block;
  z-index: 10;
}

/* МАЪБЕ ДЕЛ .product-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
} */

#additionalInfo {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* осигурява, че текстовото поле няма да показва скрол барове */
  resize: none; /* предотвратява промяната на размера на полето от страна на потребителя */
  min-height: 30px; /* задава минимална височина, за да предотврати прекалено смачкване на полето */
  height: auto; /* запазва височината на полето да се настройва динамично */
}

.boximg {
  position: relative;
  width: 100%; /* Широчината на контейнера да е 100% */
  overflow: hidden; /* Скрива частите от изображението, които излизат извън контейнера */
}

.product-img {
  height: 20em;
  display: block;
  position: relative;
  margin: 0 auto;
}

/* Cart sidebar: desktop-only internal scrolling to avoid page scroll to bottom */
@media (min-width: 992px) {
  #sidebar_fixed .box_order {
    display: flex;
    flex-direction: column;
    /* keep the cart within the viewport height, accounting for header/margins */
    max-height: calc(100vh - 140px);
  }
  #sidebar_fixed .box_order .head {
    flex: 0 0 auto;
  }
  #sidebar_fixed .box_order .main {
    flex: 1 1 auto;
    min-height: 0; /* allow flex child to shrink in Firefox */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    overscroll-behavior: contain; /* avoid page scroll chaining */
  }
}