/**
* Template Name: Restaurantly - v3.9.1
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.book-a-table .php-email-form0 button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form0 button[type=submit]:hover {
  background: #d3af71;
}

.legend{
  padding-top: 10px;
  font-size: 30px !important;
  font-weight: 500;
  font-family: "Playfair Display", serif !important;
  color: #cda45e !important;
}

.accordion-header{
    background-color: #cda45e !important;
    color: #fff;
}

.section-bg-white {
  background-color: #fff;
}

.title_store{
    color: #cda45e !important;
}
.accordion-store{
    background-color: #cda45e !important;
    color: #fff;
    font-weight: bold;
}

.link-store{
    color:#000;
}

.accordion-button:not(.collapsed) {
    color: #51585e;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}