body, #header {
  background: #F6F6F6;
}

.owl-item .active, .owl-item .active:focus {
  background: #F6F6F6;
}

#top-bar a, #user-top-info {
  color: #FFF;
}

.owl-item a, .owl-item a:focus, .owl-item a:hover, #user-top-info, #user-menu li a, .allergens-more-link:hover, #gift-cards-back-link, #gift-cards-back-link:hover {
  color: #555;
  text-decoration: none;
}

.owl-item .active, .owl-item .active:hover, .owl-item .active:focus, .dish-expanded, #user-top-info {
  font-family: 'Figtree-bold';
}

/* Vidinės nuorodos puslapiuose */

#completed-order-page, #order-page, #cms-page, .cms-block, #gift-transfer-page {
  background: #FFF;
  border-radius: 15px;
}

.back-link, #order-form a {
  color: #444;
}

.back-link:hover, #order-form a:hover {
  color: #444;
}

/* Mobilaus meniu iškvietimo mygtukas */

#navbarResponsive .nav-item, .navbar-dark .navbar-toggler {
  border-color: rgba(255,255,255,0.8);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* */

.order-take-type-button, .order-take-type-button:hover {
  border-color: #444;
  color: #444;
}

.blue-button {
  background: #212529;
  border-color: #212529;
  color: #FFF;
}

.blue-button:hover {
  color: #FFF;
  background: #444;
}

.blue-button:focus {
  box-shadow: none;
}

/* Patiekalų sąrašas */

.old-price {
  color: #FE0100;
}

.discount-corner {
  border-top: 30px solid #FE0100;
}

.dish-item, .dish-item:hover, .parent-dish-item, .parent-dish-item:hover, .old-price span, .gift-card-item, .gift-card-item:hover {
  color: #555;
}

.list-item-image-container span {
  color: #FFF;
}

.cart-qty-remove, .cart-management-buttons span.cart-item-remove {
  color: #CC0000;
}

#completed-order-page, #order-page, #cms-page, .cms-block, #gift-transfer-page {
  -webkit-box-shadow: 0 0 5px #C6C6C6;
  box-shadow: 0 0 5px #C6C6C6;
}

/* Footer */

footer, footer a, footer a:hover {
  color: #212529;
}

/* Rezervacijos */

.reservation-step.active {
  color: #444;
}

.reservation-step.active .circle {
  background: #444;
  color: #FFF;
}

.selector.active {
  background: #444;
  border-color: #444;
  color: #FFF;
}

#reservation-form h5 {
  margin-bottom: 15px;
  color: #212529;
}

/* */

.owner-place-block .place-title-block {
  background: #444;
  color: #FFF;
}