body a.remove-font-color * {
  color: initial !important;
  font-size: initial!important;
  font-weight: initial!important;
  font-style: normal!important;
}
    
    .menu_7_wrapper {
        padding: 6rem 0;
    }

  .menu_7_wrapper .bk-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    :root {
      --mainColor: {{$theme_color}};
      --mainBgColor: {{$bg_color}};
      --footerColor: {{$footer_font_color}};
  }

    @media(min-width:767px)
    {
        .menu_7_wrapper .bk-menu 
        {
               
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
        }
       
    }

    .menu_7_wrapper figure {
        max-width: 158px;
        width: 120%;
        min-width: 88px;
        margin-right: 1.5rem;
        position: relative;
        padding-bottom: 18%;
        margin-bottom: 0;
        min-height: 148px;
    }

    .menu_7_wrapper figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .menu_7_wrapper .info-bk {
        width: 100%;
    }

    .menu_7_wrapper .info-bk .title-bk {
        font-weight: bold;
        padding-right: 1rem;
        margin-bottom: 0.5rem;
    }

    .menu_7_wrapper .info-bk .line-bk {
        height: 1.125rem;
        padding: 0 1rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-bottom: 2px dotted #7a7879;
    }

    .menu_7_wrapper .info-bk>* {
        width: 100%;
    }

    .menu_7_wrapper .header-bk {
        position: relative;


        color: #040a1c;
        line-height: 1.5rem;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 500;


        margin-bottom: 1rem;
    }

    .menu_7_wrapper .title_1-bk {

        display: flex;
        color: #7a7879;
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1rem;
        margin-bottom: 0.5rem;
        
    }

    .menu_7_wrapper .link {
        color: #ff7200;
        font-size: 0.875rem;
        font-style: italic;
    }

    .menu_7_wrapper .bk-title {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    font-family: var(--font-primary);
    color: #ce1212;
    text-align: center;
    text-transform: uppercase;
}
    .menu_7_wrapper .spacing-bk {
        margin-bottom: 4rem;
    }

    .menu_7_wrapper .menu-category {
    margin-bottom: 3rem;
    /* border: 1px solid #e1e1e1; */
    padding: 15px;
    /* background: #f1f1f1; */
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
}
@media(min-width:768px)
{
    .menu_7_wrapper .menu-category {
   
    padding: 32px;
    
}
}
    /*# sourceMappingURL=app.css.map */


    @media(max-width:991px) {
        .menu_7_wrapper .bk-menu {
            flex-direction: column;
        }

        .menu_7_wrapper figure {
            max-width: 100%;
            width: 100%;
            min-width: 88px;
            margin-right: 0rem;
            position: relative;
            padding-bottom: 18%;
            margin-bottom: 1rem;
            min-height: 200px;
        }
    }

    .menu_7_wrapper a.menu_6-item-cover-frame.menu_6-cursor-zoom {
        position: relative;
    }

    .menu_7_wrapper a.menu_6-item-cover-frame.menu_6-cursor-zoom img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .menu_7_wrapper  .search {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: 0.2s;
        opacity: 0;
        /* background: black; */
    }

    .menu_7_wrapper  .search img {
        width: 20px;
        height: 20px;
        filter: invert(1);
    }

    /* .btn-grp {
  display: flex;
  margin: 6px;
} */
.btn 
{
  min-width: auto!important;
}
.location-delete {
  margin-top: 12px;
}
.menu_7_wrapper   .btn-grp .btn-bk {
        padding: 7px 16px;
        background: black;
        color: white;
        margin-right: 8px;
        border-radius: 8px;
        width: auto;
        text-align: center;
        margin-top: 1rem;
    }

    @media (min-width: 576px) {
        .menu_7_wrapper     .modal-dialog {
            max-width: 900px;
            margin: 1.75rem auto;
        }
    }

    .menu_7_wrapper  .demo-item {
        margin-bottom: 2rem;
    }

    .menu_7_wrapper  .demo-item .bg-bk {
        position: relative;
        margin-bottom: 1rem;
        border: 1px solid gray;
        padding: 16px;
        border-radius: 8px;
        overflow: hidden;
    }

    .menu_7_wrapper  .demo-item .bg-bk:before {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.5);
        transition: 0.2s;
        z-index: 99;
    }

    .menu_7_wrapper  .demo-item:hover .bg-bk:before {

        opacity: 1;
    }

    .menu_7_wrapper  .demo-item:hover .search {
        opacity: 1;
        z-index: 999;
    }

    .menu_7_wrapper  .search img {
        height: 36px !important;
        width: auto !important;
    }

    .menu_7_wrapper  .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 2rem;
    }


    @media(min-width:768px) and (max-width:991px) {
        .menu_7_wrapper      .menu_7_wrapper .info-bk {
            min-height: 120px;
        }

    }

    .menu_7_wrapper  .menu-category-content {

        border: none;
        padding: 0px;

    }

    .menu_7_wrapper  .menu-category-name {
        border: 1px solid #d6d2d2;
        padding: 25px 32px;
        border-bottom: none;
        background: #e1e1e1;
    }
    .menu_7_wrapper .menu-category svg {
      height: 6rem;
      width: auto;
      margin: auto;
      text-align: center;
      margin: auto;
      position: absolute;
      bottom: -62px;
      left: 50%;
      transform: translateX(-50%);
  }
  .category-title 
  {
    position: relative;
  }
    /* .menu-category svg {
    height: auto;
    width: 5rem;
    margin: auto;
    text-align: center;
    margin: auto;
} */
.menu_7_wrapper .menu-category svg path 
{
    fill: var(--mainColor);
}
    .menu_7_wrapper .bk-title {
        margin-bottom: 5rem;
        font-size: 25px;
    }

    .menu_7_wrapper .price-bk {
        /* background: #ff7201; */
        display: block;
        /* padding: 8px 16px; */
        /* text-align: center; */
        /* color: white; */
        line-height: 18px;
        font-size: 18px;
    }

    .menu_7_wrapper .info-bk .title-bk {
        font-weight: bold;
        padding-right: 0rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px dashed black;
        /* border-style: dashed; */
        display: inline-block;
        text-transform: uppercase;
    }

    .menu_7_wrapper .title-bk {
        /* background: #dbd7d4; */
        /* padding: 8px 16px; */
        /* color: white; */
        display: block;
        padding-bottom: 8px;
    }

    /* Read more button styling*/
    .menu_7_wrapper .bk-menu-description .more-text {
        display: none;

    }

    .menu_7_wrapper  .bk-menu-description .read-more-btn {
        background: no-repeat;
        border: none;
        padding: 0;
        color:  var(--mainColor)!important;
    }

    .menu_7_wrapper .bk-menu-description button:focus {
        outline: none;
    }

    .menu_7_wrapper  .bk-menu-description .excerpt-bk {
        margin-bottom: 0.2rem;
    }
    .menu_7_wrapper  .grid-item {
    width: calc(50% - 50px);
}
@media(max-width:767px)
{
    .menu_7_wrapper  .grid-item {
    width: calc(100% - 50px);
}  
}
    /* Read more button styling */



























.menu_1_wrapper {
  padding: 6rem 0;
  background-color: #f1f1f1;
}
.menu_1_wrapper .bk-menu {
 
display: flex;
align-items:start;

}
.menu_1_wrapper .bk-menu:last-child 
{
  border-bottom: none;
}
.menu_1_wrapper figure {
  max-width: initial;
    width: 120%;
    min-width: 128px;
   
    position: relative;
   
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000001f;
    max-width: 150px;
    height: 120px;
  
}

@media(max-width:767px)
{
  .menu_1_wrapper figure  
  {
    border-radius: 8px ;
  }
}

.tags-bk 
{
  display: flex;
}
@media(min-width:992px)
{
  .menu_1_wrapper figure {
    margin-right: 1.5rem;
}
}
.menu_1_wrapper figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_1_wrapper .info-bk {
  width: 100%;
  flex: 1;
}
.menu_1_wrapper .info-bk .title-bk {
  font-weight: bold;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
.menu_1_wrapper .info-bk .line-bk {
  height: 1.125rem;
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px dotted #7a7879;
}
.menu_1_wrapper .info-bk > * {
  width: 100%;
}
.menu_1_wrapper .header-bk {
  position: relative;
  color: #040a1c;
  line-height: 1.5rem;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
  padding-bottom: 4px;
  justify-content: space-between;
  border-bottom: 1px solid var(--mainColor);
}
.menu_1_wrapper .title_1-bk {
  display: flex;
  color: #7a7879;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.menu_1_wrapper .link {
  color: #ff7200;
  font-size: 0.875rem;
  font-style: italic;
}
.menu_1_wrapper .bk-title {
    /* text-align: center; */
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 60px;
}
.menu_1_wrapper .bk-title:before 
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 75%;
  content:'';
  background-color:  var(--mainColor) !important;

}
.menu_1_wrapper .spacing-bk {
  margin-bottom: 4rem;
}
.menu_1_wrapper .menu-category {
  margin-bottom: 3rem;
}
@media(max-width:767px)
{
  .menu_1_wrapper .menu-category {
    margin-bottom: 1.5rem;
  }
}

.menu_1_wrapper .category_row:before 
{
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  content: '';
  background: var(--mainColor);
  opacity: 0.3;
}

@media(max-width:991px)
{
  .menu_1_wrapper .category_row:before 
  {
    display: none;
  }
}
@media(min-width:768px)
{
  .menu_1_wrapper .category_row
{
position: relative;
margin-left: -4rem;
margin-right: -4rem;
}

.menu_1_wrapper .category_row div[class*=col] {
  padding-left: 4rem;
  padding-right: 4rem;
}

}


@media(max-width:991px)
{
  .tags-bk
  {
    flex-direction: column;
  }
  .menu_1_wrapper figure 
  {
    margin-bottom: 1rem;
  }
  .menu_1_wrapper figure 
  {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .menu_1_wrapper figure img 
  {
    height: auto;
    position: static;
    width: 100%;
    height: auto;
  } 

}
   

/* .menu_1_wrapper.sub_cat figure {
  padding-bottom: 270px;
} */

    /* Read more button styling*/
    .bk-menu-description  .more-text {
        display: none;
    
    }
    
    .bk-menu-description .read-more-btn {
    background: no-repeat;
    border: none;
    padding: 0;
   color:  var(--mainBgColor) !important;
    }
    .bk-menu-description  button:focus 
    {
        outline: none;
    }
    .bk-menu-description  .excerpt-bk 
    {
        margin-bottom: 0.2rem;
    }
    /* Read more button styling */
    












    .menu_1_wrapper .menu-category {
      background: #ffffff;
      padding: 45px 32px;
      padding-left: 4rem;
      padding-right: 4rem;
  }



@media(max-width:767px)
{
  .menu_1_wrapper .menu-category 
  {
    padding: 32px 20px;
  }
}

.price-bk {
  font-size: 1.1rem;
  font-weight: 600;
}
.menu_1_wrapper  .price-bk 
{
  text-align: right;
  text-align: right;
    /* background: #f1f1f1; */
    padding: 0px;
    /* border-top: 1px solid var(--mainColor); */
}
.title-bk {
  font-size: 1.2rem;
  font-weight: 600!important;
}
.menu_1_wrapper   .bk-menu {
  
  padding: 1.5rem 0;
  margin-bottom: 0;
}
@media(max-width:767px)
{
  .menu_1_wrapper   .bk-menu:last-child {
  
    padding-bottom: 0;
  }
}
.bk-inner-banner:after 
{
  background-color: transparent!important;
}




.menu-category-name {
  border: 1px solid #d6d2d2;
  padding: 25px 32px;
  border-bottom: none;
}

.menu-category-content {
  border: 1px solid #d6d2d2;
  padding: 32px;
  padding-top:4rem ;
}

@media(max-width:767px)
{
  .menu-category-content {
    
    padding:15px;
    padding-top:4rem ;
  }
  
}


.menu-category-name h3 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}







body[theme-font="poppins"],
body[theme-font="poppins"] p,
body[theme-font="poppins"] li,
body[theme-font="poppins"] h1,
body[theme-font="poppins"] h2,
body[theme-font="poppins"] h3,
body[theme-font="poppins"] h4,
body[theme-font="poppins"] h5,
body[theme-font="poppins"] h6,
body[theme-font="poppins"] blockquote,
body[theme-font="poppins"] a,
body[theme-font="poppins"] .btn,
body[theme-font="poppins"] input,
body[theme-font="poppins"] select,
body[theme-font="poppins"] textarea {
  font-family: 'Poppins', sans-serif !important;
}

body[theme-font="lato"],
body[theme-font="lato"] p,
body[theme-font="lato"] li,
body[theme-font="lato"] h1,
body[theme-font="lato"] h2,
body[theme-font="lato"] h3,
body[theme-font="lato"] h4,
body[theme-font="lato"] h5,
body[theme-font="lato"] h6,
body[theme-font="lato"] blockquote,
body[theme-font="lato"] a,
body[theme-font="lato"] .btn,
body[theme-font="lato"] input,
body[theme-font="lato"] select,
body[theme-font="lato"] textarea {
  font-family: 'lato', sans-serif !important;
}

body[theme-font="oswald"],
body[theme-font="oswald"] p,
body[theme-font="oswald"] li,
body[theme-font="oswald"] h1,
body[theme-font="oswald"] h2,
body[theme-font="oswald"] h3,
body[theme-font="oswald"] h4,
body[theme-font="oswald"] h5,
body[theme-font="oswald"] h6,
body[theme-font="oswald"] blockquote,
body[theme-font="oswald"] a,
body[theme-font="oswald"] .btn,
body[theme-font="oswald"] input,
body[theme-font="oswald"] select,
body[theme-font="oswald"] textarea {
  font-family: 'oswald', sans-serif !important;
}

body[theme-font="merriweather"],
body[theme-font="merriweather"] p,
body[theme-font="merriweather"] li,
body[theme-font="merriweather"] h1,
body[theme-font="merriweather"] h2,
body[theme-font="merriweather"] h3,
body[theme-font="merriweather"] h4,
body[theme-font="merriweather"] h5,
body[theme-font="merriweather"] h6,
body[theme-font="merriweather"] blockquote,
body[theme-font="merriweather"] a,
body[theme-font="merriweather"] .btn,
body[theme-font="merriweather"] input,
body[theme-font="merriweather"] select,
body[theme-font="merriweather"] textarea {
  font-family: 'merriweather', sans-serif !important;
}

body[theme-font="overlock"],
body[theme-font="overlock"] p,
body[theme-font="overlock"] li,

body[theme-font="overlock"] blockquote,
body[theme-font="overlock"] a,
body[theme-font="overlock"] .btn,
body[theme-font="overlock"] input,
body[theme-font="overlock"] select,
body[theme-font="overlock"] textarea {
  font-family: 'overlock', sans-serif !important;
}

body[theme-font="roboto"],
body[theme-font="roboto"] p,
body[theme-font="roboto"] li,
body[theme-font="roboto"] h1,
body[theme-font="roboto"] h2,
body[theme-font="roboto"] h3,
body[theme-font="roboto"] h4,
body[theme-font="roboto"] h5,
body[theme-font="roboto"] h6,
body[theme-font="roboto"] blockquote,
body[theme-font="roboto"] a,
body[theme-font="roboto"] .btn,
body[theme-font="roboto"] input,
body[theme-font="roboto"] select,
body[theme-font="roboto"] textarea {
  font-family: 'roboto', sans-serif !important;
}

body[theme-font="raleway"],
body[theme-font="raleway"] p,
body[theme-font="raleway"] li,
body[theme-font="raleway"] h1,
body[theme-font="raleway"] h2,
body[theme-font="raleway"] h3,
body[theme-font="raleway"] h4,
body[theme-font="raleway"] h5,
body[theme-font="raleway"] h6,
body[theme-font="raleway"] blockquote,
body[theme-font="raleway"] a,
body[theme-font="raleway"] .btn,
body[theme-font="raleway"] input,
body[theme-font="raleway"] select,
body[theme-font="raleway"] textarea {
  font-family: 'raleway', sans-serif !important;
}

/* body[theme-font="playfair"],
body[theme-font="playfair"] p,
body[theme-font="playfair"] li,
body[theme-font="playfair"] h1,
body[theme-font="playfair"] h2,
body[theme-font="playfair"] h3,
body[theme-font="playfair"] h4,
body[theme-font="playfair"] h5,
body[theme-font="playfair"] h6,
body[theme-font="playfair"] blockquote,
body[theme-font="playfair"] a,
body[theme-font="playfair"] .btn,
body[theme-font="playfair"] input,
body[theme-font="playfair"] select,
body[theme-font="playfair"] textarea {
  font-family: 'playfair', sans-serif !important;
  
} */

body[theme-font="oxygen"],
body[theme-font="oxygen"] p,
body[theme-font="oxygen"] li,
body[theme-font="oxygen"] h1,
body[theme-font="oxygen"] h2,
body[theme-font="oxygen"] h3,
body[theme-font="oxygen"] h4,
body[theme-font="oxygen"] h5,
body[theme-font="oxygen"] h6,
body[theme-font="oxygen"] blockquote,
body[theme-font="oxygen"] a,
body[theme-font="oxygen"] .btn,
body[theme-font="oxygen"] input,
body[theme-font="oxygen"] select,
body[theme-font="oxygen"] textarea {
  font-family: 'oxygen', sans-serif !important;
}

body[theme-font="fondamento"],
body[theme-font="fondamento"] p,
body[theme-font="fondamento"] li,
body[theme-font="fondamento"] h1,
body[theme-font="fondamento"] h2,
body[theme-font="fondamento"] h3,
body[theme-font="fondamento"] h4,
body[theme-font="fondamento"] h5,
body[theme-font="fondamento"] h6,
body[theme-font="fondamento"] blockquote,
body[theme-font="fondamento"] a,
body[theme-font="fondamento"] .btn,
body[theme-font="fondamento"] input,
body[theme-font="fondamento"] select,
body[theme-font="fondamento"] textarea {
  font-family: 'fondamento', sans-serif !important;
}

body[theme-font="acme"],
body[theme-font="acme"] p,
body[theme-font="acme"] li,
body[theme-font="acme"] h1,
body[theme-font="acme"] h2,
body[theme-font="acme"] h3,
body[theme-font="acme"] h4,
body[theme-font="acme"] h5,
body[theme-font="acme"] h6,
body[theme-font="acme"] blockquote,
body[theme-font="acme"] a,
body[theme-font="acme"] .btn,
body[theme-font="acme"] input,
body[theme-font="acme"] select,
body[theme-font="acme"] textarea {
  font-family: 'acme', sans-serif !important;
}

body[theme-font="satisfy"],
body[theme-font="satisfy"] p,
body[theme-font="satisfy"] li,
body[theme-font="satisfy"] h1,
body[theme-font="satisfy"] h2,
body[theme-font="satisfy"] h3,
body[theme-font="satisfy"] h4,
body[theme-font="satisfy"] h5,
body[theme-font="satisfy"] h6,
body[theme-font="satisfy"] blockquote,
body[theme-font="satisfy"] a,
body[theme-font="satisfy"] .btn,
body[theme-font="satisfy"] input,
body[theme-font="satisfy"] select,
body[theme-font="satisfy"] textarea {
  font-family: 'satisfy', sans-serif !important;
}

body[theme-font="niconne"],
body[theme-font="niconne"] p,
body[theme-font="niconne"] li,
body[theme-font="niconne"] h1,
body[theme-font="niconne"] h2,
body[theme-font="niconne"] h3,
body[theme-font="niconne"] h4,
body[theme-font="niconne"] h5,
body[theme-font="niconne"] h6,
body[theme-font="niconne"] blockquote,
body[theme-font="niconne"] a,
body[theme-font="niconne"] .btn,
body[theme-font="niconne"] input,
body[theme-font="niconne"] select,
body[theme-font="niconne"] textarea {
  font-family: 'niconne', sans-serif !important;
}

body[theme-font="josefin-slab"],
body[theme-font="josefin-slab"] p,
body[theme-font="josefin-slab"] li,
body[theme-font="josefin-slab"] h1,
body[theme-font="josefin-slab"] h2,
body[theme-font="josefin-slab"] h3,
body[theme-font="josefin-slab"] h4,
body[theme-font="josefin-slab"] h5,
body[theme-font="josefin-slab"] h6,
body[theme-font="josefin-slab"] blockquote,
body[theme-font="josefin-slab"] a,
body[theme-font="josefin-slab"] .btn,
body[theme-font="josefin-slab"] input,
body[theme-font="josefin-slab"] select,
body[theme-font="josefin-slab"] textarea {
  font-family: 'josefin slab', sans-serif !important;
}


body[theme-font="Yeseva One"],
body[theme-font="Yeseva One"] p,
body[theme-font="Yeseva One"] li,
body[theme-font="Yeseva One"] h1,
body[theme-font="Yeseva One"] h2,
body[theme-font="Yeseva One"] h3,
body[theme-font="Yeseva One"] h4,
body[theme-font="Yeseva One"] h5,
body[theme-font="Yeseva One"] h6,
body[theme-font="Yeseva One"] blockquote,
body[theme-font="Yeseva One"] a,
body[theme-font="Yeseva One"] .btn,
body[theme-font="Yeseva One"] input,
body[theme-font="Yeseva One"] select,
body[theme-font="Yeseva One"] textarea {
  font-family: 'Yeseva One', sans-serif !important;
}

/* .note-modal-footer {
  padding: 0!important;
  padding-right: 10px!important;
} */


.note-btn
{
float: initial!important;
}
.note-modal-footer
{
  text-align: right!important;
  height: auto!important;
}



/* menu 4 */


body[theme-font="poppins"],
body[theme-font="poppins"] p,
body[theme-font="poppins"] li,
body[theme-font="poppins"] h1,
body[theme-font="poppins"] h2,
body[theme-font="poppins"] h3,
body[theme-font="poppins"] h4,
body[theme-font="poppins"] h5,
body[theme-font="poppins"] h6,
body[theme-font="poppins"] blockquote,
body[theme-font="poppins"] a,
body[theme-font="poppins"] .btn,
body[theme-font="poppins"] input,
body[theme-font="poppins"] select,
body[theme-font="poppins"] textarea {
font-family: 'Poppins', sans-serif !important;
}


body[theme-font="lato"],
body[theme-font="lato"] p,
body[theme-font="lato"] li,
body[theme-font="lato"] h1,
body[theme-font="lato"] h2,
body[theme-font="lato"] h3,
body[theme-font="lato"] h4,
body[theme-font="lato"] h5,
body[theme-font="lato"] h6,
body[theme-font="lato"] blockquote,
body[theme-font="lato"] a,
body[theme-font="lato"] .btn,
body[theme-font="lato"] input,
body[theme-font="lato"] select,
body[theme-font="lato"] textarea {
font-family: 'lato', sans-serif !important;
}


body[theme-font="oswald"],
body[theme-font="oswald"] p,
body[theme-font="oswald"] li,
body[theme-font="oswald"] h1,
body[theme-font="oswald"] h2,
body[theme-font="oswald"] h3,
body[theme-font="oswald"] h4,
body[theme-font="oswald"] h5,
body[theme-font="oswald"] h6,
body[theme-font="oswald"] blockquote,
body[theme-font="oswald"] a,
body[theme-font="oswald"] .btn,
body[theme-font="oswald"] input,
body[theme-font="oswald"] select,
body[theme-font="oswald"] textarea {
font-family: 'oswald', sans-serif !important;
}


body[theme-font="merriweather"],
body[theme-font="merriweather"] p,
body[theme-font="merriweather"] li,
body[theme-font="merriweather"] h1,
body[theme-font="merriweather"] h2,
body[theme-font="merriweather"] h3,
body[theme-font="merriweather"] h4,
body[theme-font="merriweather"] h5,
body[theme-font="merriweather"] h6,
body[theme-font="merriweather"] blockquote,
body[theme-font="merriweather"] a,
body[theme-font="merriweather"] .btn,
body[theme-font="merriweather"] input,
body[theme-font="merriweather"] select,
body[theme-font="merriweather"] textarea {
font-family: 'merriweather', sans-serif !important;
}


body[theme-font="overlock"],
body[theme-font="overlock"] p,
body[theme-font="overlock"] li,

body[theme-font="overlock"] blockquote,
body[theme-font="overlock"] a,
body[theme-font="overlock"] .btn,
body[theme-font="overlock"] input,
body[theme-font="overlock"] select,
body[theme-font="overlock"] textarea {
font-family: 'overlock', sans-serif !important;
}


body[theme-font="roboto"],
body[theme-font="roboto"] p,
body[theme-font="roboto"] li,
body[theme-font="roboto"] h1,
body[theme-font="roboto"] h2,
body[theme-font="roboto"] h3,
body[theme-font="roboto"] h4,
body[theme-font="roboto"] h5,
body[theme-font="roboto"] h6,
body[theme-font="roboto"] blockquote,
body[theme-font="roboto"] a,
body[theme-font="roboto"] .btn,
body[theme-font="roboto"] input,
body[theme-font="roboto"] select,
body[theme-font="roboto"] textarea {
font-family: 'roboto', sans-serif !important;
}


body[theme-font="raleway"],
body[theme-font="raleway"] p,
body[theme-font="raleway"] li,
body[theme-font="raleway"] h1,
body[theme-font="raleway"] h2,
body[theme-font="raleway"] h3,
body[theme-font="raleway"] h4,
body[theme-font="raleway"] h5,
body[theme-font="raleway"] h6,
body[theme-font="raleway"] blockquote,
body[theme-font="raleway"] a,
body[theme-font="raleway"] .btn,
body[theme-font="raleway"] input,
body[theme-font="raleway"] select,
body[theme-font="raleway"] textarea {
font-family: 'raleway', sans-serif !important;
}

/* 
body[theme-font="playfair"],
body[theme-font="playfair"] p,
body[theme-font="playfair"] li,
body[theme-font="playfair"] h1,
body[theme-font="playfair"] h2,
body[theme-font="playfair"] h3,
body[theme-font="playfair"] h4,
body[theme-font="playfair"] h5,
body[theme-font="playfair"] h6,
body[theme-font="playfair"] blockquote,
body[theme-font="playfair"] a,
body[theme-font="playfair"] .btn,
body[theme-font="playfair"] input,
body[theme-font="playfair"] select,
body[theme-font="playfair"] textarea {
font-family: 'playfair', sans-serif !important;
} */


body[theme-font="oxygen"],
body[theme-font="oxygen"] p,
body[theme-font="oxygen"] li,
body[theme-font="oxygen"] h1,
body[theme-font="oxygen"] h2,
body[theme-font="oxygen"] h3,
body[theme-font="oxygen"] h4,
body[theme-font="oxygen"] h5,
body[theme-font="oxygen"] h6,
body[theme-font="oxygen"] blockquote,
body[theme-font="oxygen"] a,
body[theme-font="oxygen"] .btn,
body[theme-font="oxygen"] input,
body[theme-font="oxygen"] select,
body[theme-font="oxygen"] textarea {
font-family: 'oxygen', sans-serif !important;
}


body[theme-font="fondamento"],
body[theme-font="fondamento"] p,
body[theme-font="fondamento"] li,
body[theme-font="fondamento"] h1,
body[theme-font="fondamento"] h2,
body[theme-font="fondamento"] h3,
body[theme-font="fondamento"] h4,
body[theme-font="fondamento"] h5,
body[theme-font="fondamento"] h6,
body[theme-font="fondamento"] blockquote,
body[theme-font="fondamento"] a,
body[theme-font="fondamento"] .btn,
body[theme-font="fondamento"] input,
body[theme-font="fondamento"] select,
body[theme-font="fondamento"] textarea {
font-family: 'fondamento', sans-serif !important;
}


body[theme-font="acme"],
body[theme-font="acme"] p,
body[theme-font="acme"] li,
body[theme-font="acme"] h1,
body[theme-font="acme"] h2,
body[theme-font="acme"] h3,
body[theme-font="acme"] h4,
body[theme-font="acme"] h5,
body[theme-font="acme"] h6,
body[theme-font="acme"] blockquote,
body[theme-font="acme"] a,
body[theme-font="acme"] .btn,
body[theme-font="acme"] input,
body[theme-font="acme"] select,
body[theme-font="acme"] textarea {
font-family: 'acme', sans-serif !important;
}


body[theme-font="satisfy"],
body[theme-font="satisfy"] p,
body[theme-font="satisfy"] li,
body[theme-font="satisfy"] h1,
body[theme-font="satisfy"] h2,
body[theme-font="satisfy"] h3,
body[theme-font="satisfy"] h4,
body[theme-font="satisfy"] h5,
body[theme-font="satisfy"] h6,
body[theme-font="satisfy"] blockquote,
body[theme-font="satisfy"] a,
body[theme-font="satisfy"] .btn,
body[theme-font="satisfy"] input,
body[theme-font="satisfy"] select,
body[theme-font="satisfy"] textarea {
font-family: 'satisfy', sans-serif !important;
}


body[theme-font="niconne"],
body[theme-font="niconne"] p,
body[theme-font="niconne"] li,
body[theme-font="niconne"] h1,
body[theme-font="niconne"] h2,
body[theme-font="niconne"] h3,
body[theme-font="niconne"] h4,
body[theme-font="niconne"] h5,
body[theme-font="niconne"] h6,
body[theme-font="niconne"] blockquote,
body[theme-font="niconne"] a,
body[theme-font="niconne"] .btn,
body[theme-font="niconne"] input,
body[theme-font="niconne"] select,
body[theme-font="niconne"] textarea {
font-family: 'niconne', sans-serif !important;
}


body[theme-font="josefin-slab"],
body[theme-font="josefin-slab"] p,
body[theme-font="josefin-slab"] li,
body[theme-font="josefin-slab"] h1,
body[theme-font="josefin-slab"] h2,
body[theme-font="josefin-slab"] h3,
body[theme-font="josefin-slab"] h4,
body[theme-font="josefin-slab"] h5,
body[theme-font="josefin-slab"] h6,
body[theme-font="josefin-slab"] blockquote,
body[theme-font="josefin-slab"] a,
body[theme-font="josefin-slab"] .btn,
body[theme-font="josefin-slab"] input,
body[theme-font="josefin-slab"] select,
body[theme-font="josefin-slab"] textarea {
font-family: 'josefin slab', sans-serif !important;
}




body[theme-font="Yeseva One"],
body[theme-font="Yeseva One"] p,
body[theme-font="Yeseva One"] li,
body[theme-font="Yeseva One"] h1,
body[theme-font="Yeseva One"] h2,
body[theme-font="Yeseva One"] h3,
body[theme-font="Yeseva One"] h4,
body[theme-font="Yeseva One"] h5,
body[theme-font="Yeseva One"] h6,
body[theme-font="Yeseva One"] blockquote,
body[theme-font="Yeseva One"] a,
body[theme-font="Yeseva One"] .btn,
body[theme-font="Yeseva One"] input,
body[theme-font="Yeseva One"] select,
body[theme-font="Yeseva One"] textarea {
font-family: 'Yeseva One', sans-serif !important;
}

body[theme-font="Roboto Slab"],
body[theme-font="Roboto Slab"] p,
body[theme-font="Roboto Slab"] li,
body[theme-font="Roboto Slab"] h1,
body[theme-font="Roboto Slab"] h2,
body[theme-font="Roboto Slab"] h3,
body[theme-font="Roboto Slab"] h4,
body[theme-font="Roboto Slab"] h5,
body[theme-font="Roboto Slab"] h6,
body[theme-font="Roboto Slab"] blockquote,
body[theme-font="Roboto Slab"] a,
body[theme-font="Roboto Slab"] .btn,
body[theme-font="Roboto Slab"] input,
body[theme-font="Roboto Slab"] select,
body[theme-font="Roboto Slab"] textarea
{
  font-family: 'Roboto Slab', sans-serif !important;
}


h1,h2,h3,h4,h5,h6 
{
  font-family: 'Cookie', cursive!important;
}





.note-btn
{
float: initial!important;
}
.note-modal-footer
{
text-align: right!important;
height: auto!important;
}


.menu_4_wrapper {
padding: 4rem 0rem;
}


@media (min-width: 575px) {
.menu_4_wrapper {
padding: 6rem 0rem;
}
}


.menu_4_wrapper .bk-title {
font-size: 1.875rem;
line-height: 2.5rem;
color: #d98f4e;
font-weight: normal;
font-family: "Arvo", serif;
margin-bottom: 1.5rem;
font-weight: 600;
}


.menu_4_wrapper .bk-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 2rem;
padding-top: 0;
padding-bottom: 0rem;
padding-top: 0;
border-bottom: none;

}


@media(max-width:992px) {
.menu_4_wrapper .bk-menu {
flex-direction: column;
}
}


.menu_4_wrapper .bk-menu figure {
max-width: 164px;
width: 100%;
min-width: 88px;
margin-right: 1.5rem;
position: relative;
padding-bottom: 18%;
margin-bottom: 0;
min-height: 164px;
border: 1px solid var(--mainColor);
border-radius: 25px;
overflow: hidden;
}


@media(max-width:992px) {
.menu_4_wrapper .bk-menu figure {
max-width: 100%;
min-height: 250px;
margin-bottom: 1rem;
border: 1px solid var(--mainColor);
border-radius: 25px;
}
}


.menu_4_wrapper .bk-menu figure img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}


.menu_4_wrapper .bk-menu .info-bk {
width: 100%;
/* font-family: "Gentium Book Plus", serif; */
border: 1px solid var(--mainColor);
border-radius: 25px;
padding: 25px;
}


.menu_4_wrapper .bk-menu .info-bk>* {
width: 100%;
}


.menu_4_wrapper .bk-menu .info-bk .title-bk {
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: 600;
padding-right: 1rem;
margin-bottom: 10px;
}


.menu_4_wrapper .bk-menu .info-bk .line-bk {
height: 1.125rem;
padding: 0 1rem;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border-bottom: 2px dotted #7a7879;
}


.menu_4_wrapper .bk-menu .info-bk .price-bk {
color: var(--mainColor);
line-height: 1.5rem;
font-size: 1.6rem;
}


.menu_4_wrapper .bk-menu .header-bk {
position: relative;
color: #262123;
line-height: 1.5rem;
font-style: normal;
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 0.5rem;
display: flex;
justify-content: space-between;
border-bottom: 1px solid var(--mainColor);
}


.menu_4_wrapper .bk-menu .title_1-bk {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #7a7879;
font-size: 1.1rem;
line-height: 1.4;
font-weight: 400;
}


.menu_4_wrapper .bk-menu .link {
color: #277500;
font-size: 1rem;
font-style: italic;
}


.menu_4_wrapper .mgb-1 {
margin-bottom: 1rem;
}


@media (min-width: 992px) {
.menu_4_wrapper .mgb-lg-0 {
margin-bottom: 0;
}
}


.bk-menu-description .more-text {
display: none;


}


.bk-menu-description .read-more-btn {
background: no-repeat;
border: none;
padding: 0;
color: var(--mainColor);
}


.bk-menu-description button:focus {
outline: none;
}


.menu_4_wrapper.bk-menu-description .excerpt-bk {
margin-bottom: 0.2rem;
}
.menu_4_wrapper .menu-category {
background: #ffffff;
padding: 0;
padding-bottom: 0;
}
@media(min-width:768px)
{
  .menu_4_wrapper .menu-category {
    padding: 0px 32px;
  }
}










.menu_5_wrapper {
  font-family: Rubik, sans-serif;
  padding: 6rem 0;
  color: #9b9b9b;
}
.menu_5_wrapper p {
  line-height: 24px;
}
.menu_5_wrapper h1,
.menu_5_wrapper h2,
.menu_5_wrapper h3,
.menu_5_wrapper h4,
.menu_5_wrapper h5,
.menu_5_wrapper h6 {
  color: #282828;
  font-family: Rubik, sans-serif;
}

.menu_5_wrapper .section-title .title-bk {
  font-size: 37px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.menu_5_wrapper .menu-item-5 {
  margin-bottom: 2.5rem;
  position: relative;
}
.menu_5_wrapper .menu-item-5 .menu__item_5-img {
  margin-bottom: 1.2rem;
  padding-right: 1rem;
}
.menu_5_wrapper .menu-item-5 .menu__item_5-img img {
  width: 100%;
}
.menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  padding: 10px 0;
    border-top: 1px solid var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
    color: var(--mainColor)!important;
}
.menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-desc {
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px dashed black;
  padding-bottom: 5px;
}
.menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-price {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
    background: #f1f1f1;
    width: 100px;
    padding: 10px;
    display: block;
    text-align: center;
}
@media (min-width: 992px) {
  .menu_5_wrapper .menu-item-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .menu_5_wrapper .menu-item-5 .menu__item_5-content {
   
   
    padding-left: 0px;
    width: 100%;
  }
  .menu_5_wrapper .menu-item-5 .menu__item_5-img {
  
    margin-bottom: 0;
    width: 200px;
    height: 130px;
  }
  .menu_5_wrapper .menu-item-5 .menu__item_5-img img {
    width: 100%;
  }
 
  .menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .menu_5_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-price {
    color: var(--mainColor);
    font-size: 17px;
    font-weight: 600;

  }
}
.menu_5_wrapper .section-title 
{
  padding: 8px;
  margin-bottom: 2.5rem;
  background: #f1f1f1;
  text-align: center;
}


.bk-menu-description  .more-text {
    display: none;

}

.bk-menu-description .read-more-btn {
background: no-repeat;
border: none;
padding: 0;
color: var(--mainColor);
}
.bk-menu-description  button:focus 
{
    outline: none;
}
.bk-menu-description  .excerpt-bk 
{
    margin-bottom: 0.2rem;
}
.menu_5_wrapper .section-title:after, 
.menu_5_wrapper .section-title:before {
display: none !important;
}
@media only screen and (max-width: 991px) {
.menu_5_wrapper .section-title .title-bk {
font-size: 24px;
}
}







.menu_6_wrapper .bk-menu {
 
display: flex;
align-items:start;
margin-bottom: 3rem;

}
.menu_6_wrapper .bk-menu:last-child 
{
  border-bottom: none;
}
.menu_6_wrapper figure {
  max-width: 158px;
  width: 120%;
  min-width: 88px;
  flex: 1; 
  position: relative;
  padding-bottom: 24%;
  margin-bottom: 0;
border-radius: 20px;
overflow: hidden;
  border: 1px solid #0000001f;
  
}
@media(min-width:992px)
{
  .menu_6_wrapper figure {
    margin-right: 1.5rem;
}
}
.menu_6_wrapper figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_6_wrapper .info-bk {
  width: 100%;
  flex: 1;
 
}
.menu_6_wrapper .info-bk .title-bk {
  font-weight: bold;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
.menu_6_wrapper .info-bk .title-bk:after {
  content: '-';
  position: relative;
  left: 7px;
}
.menu_6_wrapper .info-bk .line-bk {
  height: 1.125rem;
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px dotted #7a7879;
}
.menu_6_wrapper .info-bk > * {
  width: 100%;
}
.menu_6_wrapper .header-bk {
  position: relative;
  color: #040a1c;
  line-height: 1.5rem;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
}
.menu_6_wrapper .title_1-bk {
  display: flex;
  color: #7a7879;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.menu_6_wrapper .link {
  color: #ff7200;
  font-size: 0.875rem;
  font-style: italic;
}
.menu_6_wrapper .bk-title {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.menu_6_wrapper .bk-title:before 
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content:'';
  background-color:  var(--mainColor) !important;
  border-radius: 50%;
  border: 2px solid  var(--mainColor) !important;


}
.menu_6_wrapper .bk-title:after
{
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content:'';
  border-radius: 50%;
  border: 2px solid  var(--mainColor) !important;

}
.menu_6_wrapper .spacing-bk {
  margin-bottom: 4rem;
}
.menu_6_wrapper .menu-category {
  
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 64px;
  padding-bottom: 64px;

}

.menu_6_wrapper  .price-bk
{
  color: var(--mainColor);
}


@media(max-width:991px)
{
  .menu_6_wrapper .bk-menu  
  {
    flex-direction: column;
  }
  .menu_6_wrapper figure {
    max-width: 100%;
    width: 100%;
    min-width: 88px;
   
    position: relative;
    padding-bottom: 80%;
    margin-bottom: 1rem;
    
  }
  .menu_6_wrapper .menu-category {
  
   
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3rem;
    padding-bottom: 0px;
  
  }
  
}
.grid-item {
  width: calc(50% - 50px);
}
@media(max-width:767px)
{
  .grid-item {
  width: calc(100% - 50px);
}  
}
.grid-item-1 {
  width: calc(50%);
}
@media(max-width:767px)
{
  .grid-item-1 {
  width: calc(100%);
}  
}

    .bk-menu-description  .more-text {
        display: none;
    
    }
    
    .bk-menu-description .read-more-btn {
    background: no-repeat;
    border: none;
    padding: 0;
   color:  var(--mainBgColor) !important;
    }
    .bk-menu-description  button:focus 
    {
        outline: none;
    }
    .bk-menu-description  .excerpt-bk 
    {
        margin-bottom: 0.2rem;
    }

    


@media(min-width:768px)
{
  .menu_6_wrapper .bk-menu:last-child   
  {margin-bottom: 0;

  }
}











.price-bk {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--mainColor);
}
.menu_6_wrapper .title-bk {
  font-size: 1.2rem;
  font-weight: 600!important;
  color: var(--mainColor);
  
}

.bk-inner-banner:after 
{
  background-color: transparent!important;
}

.menu_6_wrapper .title-bk 
{
  color: black;
}
/* .btn:hover 
{
  color: var(--mainColor);
  border-color: var(--mainBgColor)!important;
  background: var(--mainBgColor);
} */

.bk-header button  svg {
  width: 19px;
  height: auto;
  display: block;
}
.close-bk {
  position: absolute;
  left: 15px;
  width: 25px;
  top: 15px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}
.close-bk path 
{
  fill: var(--mainBgColor);
}
.bk-mob-nav .contain-bk 
{
  padding-top: 5rem;
}
.bk-header rect {
  fill: var(--mainColor);
}
.bk-header svg path {
  fill: var(--footerColor);
}
/* ul 
{
  list-style: none;
} */
iframe.note-video-clip {
  width: 100%;
}
.overlay-bk
{
  position: relative;
}
.overlay-bk *
{
  position: relative;
  z-index: 1;
}
.overlay-bk:before
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: var(--mainBgColor); */
  opacity: 0.3;
  content: '';
  z-index: 0;
}

.bk-inner-banner {
  
  background-size: cover!important;
  background-position: center!important;
  z-index: 1;
 
}

.bk-inner-banner {
  height: 400px;
  background: black;
  display: flex;
  align-items: center;
}
/* .bk-inner-banner:before 
{
  position: absolute;
  left: 0;
  top: 0;
  background: var(--mainBgColor);
  content: '';
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--mainColor)!important;

} */

.bk-mob-nav .list-bk ul li button 
{
  z-index: 4;
}

.bk-mob-nav .list-bk ul li ul li {
  border-top: none;
  padding-left: 10px;
  padding-right: 10px;
}





.w-100 
{
width: 100%;
}

.bk-mob-nav .list-bk ul li ul {
  
  z-index: 9;
  position: relative;
}

.bk-header nav a 
{
  white-space: nowrap;
}
#offercreatemodal  .upload-wraper {
  
  display: flex;
  align-items: center;
}


.bk-header nav a:hover {
 
  opacity: 0.8!important;
}

.form-check-input {
  
  margin-top: 2px!important;
  
}
.fa-refresh {
  margin-left: 10px;
}
button.edit-btn {
  width: 32px!important;
  height: 32px!important;
  min-width: 32px;
  border-radius: 50%;
  border: none;
}






/* .menu-box-main
{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
   
}

.menu-box-main figure {
  width: 50%;
  padding:0 15px;

}

.menu-box-main  .bk-menu {
  margin-bottom: 2.5rem;
 
  width: 50%;
  display: block;
  padding: 0 15px;
} */

.menu_3_wrapper .bk-special-today figure img 
{
  height: auto;
}
.menu_3_wrapper .overlay:after 
{
 display: none;
}

.note-modal-body .checkbox label {
  position: relative;
  padding-left: 20px;
}


/* .close {
  float: right;
  font-size: 31px!important;
  line-height: 1;
  color: #000!important;
  opacity: 1!important;
  position: relative;
  top: -10px;
} */
.dropdown-toggle::after 
{
  display: none!important;
}
/* .note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
  min-width: 180px!important;
} */

.frame-modal .modal-body label {
  
  display: flex!important;
  align-items: center;
}

.frame-modal .modal-body .checkbox input {
  margin-right: 5px;
}

.note-form-group {
  padding-bottom: 0!important;
}
/* button.close {
  position: absolute!important;
    right: 20px!important;
    top: 20px!important;
    background: rgb(255, 255, 255)!important;
    width: 32px!important;
    height: 32px!important;
    border-radius: 50%!important;
    opacity: 1;
    text-transform: uppercase;
    box-shadow: none!important;
    border: 1px solid black;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* button.close span {
  text-transform: lowercase;
  position: relative;
  top: 0px;
  font-size: 24px;
} */

.note-editing-area 
{
  background: white!important;
}
.note-btn-primary {
  background: var(--mainColor)!important;
  color: #fff;
}

.note-btn.disabled, .note-btn[disabled]
{
  opacity: 0.7;
}

select#cf_subject {
  margin-bottom: 15px;
}
select#cf_subject {
  margin-bottom: 15px;
}
#edit-reserve-email_default24
{
  min-width: auto;
  border: 2px solid white!important;
  border-top: 0!important;
  border-bottom: 0!important;
}
button#edit-reserve-email_default28,button#edit-reserve-email,button#edit-reserve-email_default19,button#edit-reserve-email_default20,button#edit-reserve-email_design29,button#edit-reserve-email_design31,button#edit-reserve-email_design30 {
  min-width: auto;
  border: 2px solid white!important;
  border-top: 0!important;
  border-bottom: 0!important;
  background: var(--mainColor);
}
button#reservation_submit_btn,button#reservation_submit_btn {
  min-width: auto;
  border: 2px solid white!important;
  border-top: 0!important;
  border-bottom: 0!important;
  background: var(--mainColor);
}
form#restaurant-website-edit {
  padding: 8px 10px;
}

button#edit-reserve-email_default21,button#reservation_submit_btn {
  min-width: auto;
  border: none;
  background: var(--mainColor);
  border-top: none!important;
  border-bottom: none!important;
  margin: 0!important;
}

select#cf_subject {
  margin-bottom: 15px;
}
header.bk-header ul, .location-item-bk ul, .bk-footer ul {
  list-style: none;
}

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


/* @media(min-width:767px)
{
.content
{
max-width: 50%;
margin: auto;
}
} */
section.bk-inner-banner h1 {
  filter: drop-shadow(2px 4px 6px black);
  -webkit-text-stroke: 2px black; /* Width and color of the stroke for WebKit browsers */
      color: white; /* Color of the text */
}
section.bk-inner-banner h1 {
  filter: drop-shadow(2px 4px 6px black);
  -webkit-text-stroke: 0.5px white;
  color: white;
}

@media(max-width:767px)
{
  footer.bk-footer img {
    width: 125px;
}
}

.note-dropdown-menu .h1 , .note-dropdown-menu h1 
{
  font-size: 2.5rem;
    line-height: 3.5rem;
}
.frame-modal .frame-modal-btn 
{
  min-width: 100px!important;
}


/* body h1,body h2,body h3,body h4,body h5,body h6 
{
  font-family: 'Lobster', sans-serif!important;
  
} */
.bk-banner h1 
{
  filter: drop-shadow(2px 4px 6px black);
    -webkit-text-stroke: 0.5px white;
    color: white;
    font-size: 55px;
    min-height: 40px;
}
@media(max-width:991px)
{
  .bk-banner h1  
  {
    font-size: 45px;
  }
}
@media(max-width:767px)
{
  .bk-banner h1  
  {
    font-size: 35px;
  }
}

.bk-mob-nav ul.social-menu {
  display: none;
}


body[theme-font="poppins"],
body[theme-font="poppins"] p,
body[theme-font="poppins"] li,
body[theme-font="poppins"] h1,
body[theme-font="poppins"] h2,
body[theme-font="poppins"] h3,
body[theme-font="poppins"] h4,
body[theme-font="poppins"] h5,
body[theme-font="poppins"] h6,
body[theme-font="poppins"] blockquote,
body[theme-font="poppins"] a,
body[theme-font="poppins"] .btn,
body[theme-font="poppins"] input,
body[theme-font="poppins"] select,
body[theme-font="poppins"] textarea {
  font-family: 'Poppins', sans-serif !important;
}

body[theme-font="lato"],
body[theme-font="lato"] p,
body[theme-font="lato"] li,
body[theme-font="lato"] h1,
body[theme-font="lato"] h2,
body[theme-font="lato"] h3,
body[theme-font="lato"] h4,
body[theme-font="lato"] h5,
body[theme-font="lato"] h6,
body[theme-font="lato"] blockquote,
body[theme-font="lato"] a,
body[theme-font="lato"] .btn,
body[theme-font="lato"] input,
body[theme-font="lato"] select,
body[theme-font="lato"] textarea {
  font-family: 'lato', sans-serif !important;
}

body[theme-font="oswald"],
body[theme-font="oswald"] p,
body[theme-font="oswald"] li,
body[theme-font="oswald"] h1,
body[theme-font="oswald"] h2,
body[theme-font="oswald"] h3,
body[theme-font="oswald"] h4,
body[theme-font="oswald"] h5,
body[theme-font="oswald"] h6,
body[theme-font="oswald"] blockquote,
body[theme-font="oswald"] a,
body[theme-font="oswald"] .btn,
body[theme-font="oswald"] input,
body[theme-font="oswald"] select,
body[theme-font="oswald"] textarea {
  font-family: 'oswald', sans-serif !important;
}

body[theme-font="merriweather"],
body[theme-font="merriweather"] p,
body[theme-font="merriweather"] li,
body[theme-font="merriweather"] h1,
body[theme-font="merriweather"] h2,
body[theme-font="merriweather"] h3,
body[theme-font="merriweather"] h4,
body[theme-font="merriweather"] h5,
body[theme-font="merriweather"] h6,
body[theme-font="merriweather"] blockquote,
body[theme-font="merriweather"] a,
body[theme-font="merriweather"] .btn,
body[theme-font="merriweather"] input,
body[theme-font="merriweather"] select,
body[theme-font="merriweather"] textarea {
  font-family: 'merriweather', sans-serif !important;
}

body[theme-font="overlock"],
body[theme-font="overlock"] p,
body[theme-font="overlock"] li,
body[theme-font="overlock"] h1,
body[theme-font="overlock"] h2,
body[theme-font="overlock"] h3,
body[theme-font="overlock"] h4,
body[theme-font="overlock"] h5,
body[theme-font="overlock"] h6,
body[theme-font="overlock"] blockquote,
body[theme-font="overlock"] a,
body[theme-font="overlock"] .btn,
body[theme-font="overlock"] input,
body[theme-font="overlock"] select,
body[theme-font="overlock"] textarea {
  font-family: 'overlock', sans-serif !important;
}

body[theme-font="roboto"],
body[theme-font="roboto"] p,
body[theme-font="roboto"] li,
body[theme-font="roboto"] h1,
body[theme-font="roboto"] h2,
body[theme-font="roboto"] h3,
body[theme-font="roboto"] h4,
body[theme-font="roboto"] h5,
body[theme-font="roboto"] h6,
body[theme-font="roboto"] blockquote,
body[theme-font="roboto"] a,
body[theme-font="roboto"] .btn,
body[theme-font="roboto"] input,
body[theme-font="roboto"] select,
body[theme-font="roboto"] textarea {
  font-family: 'roboto', sans-serif !important;
}
body[theme-font="Roboto Slab"],
body[theme-font="Roboto Slab"] p,
body[theme-font="Roboto Slab"] li,
body[theme-font="Roboto Slab"] h1,
body[theme-font="Roboto Slab"] h2,
body[theme-font="Roboto Slab"] h3,
body[theme-font="Roboto Slab"] h4,
body[theme-font="Roboto Slab"] h5,
body[theme-font="Roboto Slab"] h6,
body[theme-font="Roboto Slab"] blockquote,
body[theme-font="Roboto Slab"] a,
body[theme-font="Roboto Slab"] .btn,
body[theme-font="Roboto Slab"] input,
body[theme-font="Roboto Slab"] select,
body[theme-font="Roboto Slab"] textarea
{
  font-family: 'Roboto Slab', sans-serif !important;
}

body[theme-font="raleway"],
body[theme-font="raleway"] p,
body[theme-font="raleway"] li,
body[theme-font="raleway"] h1,
body[theme-font="raleway"] h2,
body[theme-font="raleway"] h3,
body[theme-font="raleway"] h4,
body[theme-font="raleway"] h5,
body[theme-font="raleway"] h6,
body[theme-font="raleway"] blockquote,
body[theme-font="raleway"] a,
body[theme-font="raleway"] .btn,
body[theme-font="raleway"] input,
body[theme-font="raleway"] select,
body[theme-font="raleway"] textarea {
  font-family: 'raleway', sans-serif !important;
}

body[theme-font="playfair"],
body[theme-font="playfair"] p,
body[theme-font="playfair"] li,
body[theme-font="playfair"] h1,
body[theme-font="playfair"] h2,
body[theme-font="playfair"] h3,
body[theme-font="playfair"] h4,
body[theme-font="playfair"] h5,
body[theme-font="playfair"] h6,
body[theme-font="playfair"] blockquote,
body[theme-font="playfair"] a,
body[theme-font="playfair"] .btn,
body[theme-font="playfair"] input,
body[theme-font="playfair"] select,
body[theme-font="playfair"] textarea {
  font-family: 'playfair', sans-serif !important;
}

body[theme-font="oxygen"],
body[theme-font="oxygen"] p,
body[theme-font="oxygen"] li,
body[theme-font="oxygen"] h1,
body[theme-font="oxygen"] h2,
body[theme-font="oxygen"] h3,
body[theme-font="oxygen"] h4,
body[theme-font="oxygen"] h5,
body[theme-font="oxygen"] h6,
body[theme-font="oxygen"] blockquote,
body[theme-font="oxygen"] a,
body[theme-font="oxygen"] .btn,
body[theme-font="oxygen"] input,
body[theme-font="oxygen"] select,
body[theme-font="oxygen"] textarea {
  font-family: 'oxygen', sans-serif !important;
}

body[theme-font="fondamento"],
body[theme-font="fondamento"] p,
body[theme-font="fondamento"] li,
body[theme-font="fondamento"] h1,
body[theme-font="fondamento"] h2,
body[theme-font="fondamento"] h3,
body[theme-font="fondamento"] h4,
body[theme-font="fondamento"] h5,
body[theme-font="fondamento"] h6,
body[theme-font="fondamento"] blockquote,
body[theme-font="fondamento"] a,
body[theme-font="fondamento"] .btn,
body[theme-font="fondamento"] input,
body[theme-font="fondamento"] select,
body[theme-font="fondamento"] textarea {
  font-family: 'fondamento', sans-serif !important;
}

body[theme-font="acme"],
body[theme-font="acme"] p,
body[theme-font="acme"] li,
body[theme-font="acme"] h1,
body[theme-font="acme"] h2,
body[theme-font="acme"] h3,
body[theme-font="acme"] h4,
body[theme-font="acme"] h5,
body[theme-font="acme"] h6,
body[theme-font="acme"] blockquote,
body[theme-font="acme"] a,
body[theme-font="acme"] .btn,
body[theme-font="acme"] input,
body[theme-font="acme"] select,
body[theme-font="acme"] textarea {
  font-family: 'acme', sans-serif !important;
}

body[theme-font="satisfy"],
body[theme-font="satisfy"] p,
body[theme-font="satisfy"] li,
body[theme-font="satisfy"] h1,
body[theme-font="satisfy"] h2,
body[theme-font="satisfy"] h3,
body[theme-font="satisfy"] h4,
body[theme-font="satisfy"] h5,
body[theme-font="satisfy"] h6,
body[theme-font="satisfy"] blockquote,
body[theme-font="satisfy"] a,
body[theme-font="satisfy"] .btn,
body[theme-font="satisfy"] input,
body[theme-font="satisfy"] select,
body[theme-font="satisfy"] textarea {
  font-family: 'satisfy', sans-serif !important;
}

body[theme-font="niconne"],
body[theme-font="niconne"] p,
body[theme-font="niconne"] li,
body[theme-font="niconne"] h1,
body[theme-font="niconne"] h2,
body[theme-font="niconne"] h3,
body[theme-font="niconne"] h4,
body[theme-font="niconne"] h5,
body[theme-font="niconne"] h6,
body[theme-font="niconne"] blockquote,
body[theme-font="niconne"] a,
body[theme-font="niconne"] .btn,
body[theme-font="niconne"] input,
body[theme-font="niconne"] select,
body[theme-font="niconne"] textarea {
  font-family: 'niconne', sans-serif !important;
}

body[theme-font="josefin-slab"],
body[theme-font="josefin-slab"] p,
body[theme-font="josefin-slab"] li,
body[theme-font="josefin-slab"] h1,
body[theme-font="josefin-slab"] h2,
body[theme-font="josefin-slab"] h3,
body[theme-font="josefin-slab"] h4,
body[theme-font="josefin-slab"] h5,
body[theme-font="josefin-slab"] h6,
body[theme-font="josefin-slab"] blockquote,
body[theme-font="josefin-slab"] a,
body[theme-font="josefin-slab"] .btn,
body[theme-font="josefin-slab"] input,
body[theme-font="josefin-slab"] select,
body[theme-font="josefin-slab"] textarea {
  font-family: 'josefin slab', sans-serif !important;
}


body[theme-font="Yeseva One"],
body[theme-font="Yeseva One"] p,
body[theme-font="Yeseva One"] li,
body[theme-font="Yeseva One"] h1,
body[theme-font="Yeseva One"] h2,
body[theme-font="Yeseva One"] h3,
body[theme-font="Yeseva One"] h4,
body[theme-font="Yeseva One"] h5,
body[theme-font="Yeseva One"] h6,
body[theme-font="Yeseva One"] blockquote,
body[theme-font="Yeseva One"] a,
body[theme-font="Yeseva One"] .btn,
body[theme-font="Yeseva One"] input,
body[theme-font="Yeseva One"] select,
body[theme-font="Yeseva One"] textarea {
  font-family: 'Yeseva One', sans-serif !important;
}



.modal-title 
{
  color: black!important;
}


.edit-block .edit-actions 
{
  z-index: 99!important;
}



@media(min-width:992px)
{
  .menu_8_wrapper .bk-menu
  {
  padding-right: 1.5rem;
  }
}

.modal-footer .btn-close 
{
  
  background: black;
}

.note-dropdown-menu *
{
  color: black!important;
}

.review svg {
  width: 50px!important;
  height: auto!important;
}

.location-btn {
  width: 50%!important;
  text-align: center!important;
}
.location-section.design1 a.btn.btn-bk {
  position: relative!important;
  left: 0!important;
  bottom: -20px!important;
  transform: none!important;
  
  top: 1rem!important;
}
.address-bk .edit-block.d-inline-block {
  width: 100%;
}

.modal .btn {
  padding: 6px 10px !important;
  margin-top: 0;
  margin-bottom: 0;
  height: 37px;
}

button.btn.timing-btn {
  margin: 0;
  margin-left: 12px;
  /* border-radius: 50%; */
}
.modal button.btn.timing-btn{
  padding: 0px 3px !important;
  margin-top: 0;
  margin-bottom: 0;
  height: 20px;
  width: 20px;
  background: black!important;
  border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    font-size: 16px;
    border-color: black!important;
    
}
.btn-group-delete.btn 
{
  padding: 0px 3px !important;
  margin-top: 0;
  margin-bottom: 0;
  height: 20px;
  width: 20px;
  position: relative;
  top: 8px;
  border-radius: 50%;
  background: black!important;
  min-height: auto;
  font-size: 16px;
  border-color: black!important;
}
.modal button.btn.timing-btn i ,.btn-group-delete.btn  i
  {
    margin-right: 0!important;
  }
.btn-group-delete.btn:hover  i 
{
color: white;
}
.btn-group-delete.btn:active 
{
  color: white;
}
.dt-item-bk {
  margin-right: 12px;
  width: 32%;
}
.dt-btn-bk
{
width:4%;
}
.dt-item-bk label {
  margin-bottom: 7px !important;
  display: block !important;
}
.dt-day-bk {
  margin-bottom: 1.5rem;
  position: relative;

}
.dt-day-bk p {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 17px;
  background: #f1f1f1;
  padding-left: 13px;
}
.day-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  padding: 4px 16px;
  margin-bottom: 16px;
}
.day-name-bk {
  font-size: 18px;
  font-weight: 500;
}
a.btn-group-add-timing-multi {
  width: 22px;
  height: 22px;
  background: #858484;
  color: white;
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 400px) {
  .input-group-with-button{
      flex-direction: column;
      margin-bottom: 0;
  }
  .dt-day-bk {
    background: #f1f1f1;
    margin-bottom: 1.5rem;
    padding: 0;
}
.schedule-bk 
{
  margin-bottom: 0;
  padding: 0;
}
.btn-group-delete {
  position: absolute !important;
  right: -5px;
  top: -6 !important;
}
.dt-item-bk {
  margin-right: 12px;
  width: 32%;
  padding: 0px 10px;
}
.day-section {

  background: #6b6969;
  
  color: white;
}
.dt-btn-bk:last-child 
{
margin-bottom: 0!important;
}
.dt-item-bk:first-child {
  padding-top: 16px;
}
a.btn-group-add-timing-multi 
{
  background: #ffffff;
}
#restaurant-website-edit .day-section i.fas.fa-plus
{
color: black!important;
}
}
.input-group-with-button {
  margin-bottom: 1.5rem;
}

.opacity-0 
{
  opacity: 0;
}
button.btn.timing-btn:hover i,.modal button.btn.timing-btn:hover i,button.btn.timing-btn i {
  color: rgb(0, 0, 0);
}
.timing-btn:hover,  .timing-btn.btn:focus
{
  color: rgb(0, 0, 0);
}
.btn-group-delete:hover ,.btn-group-delete:active, .timing-btn.btn:focus
{
  color: rgb(0, 0, 0);
}
@media(max-width:400px)
{
  .schedule-bk
  {
    flex-direction: column;
  }
  .dt-item-bk {
   
    width: 100%;
    margin-bottom: 1rem;
  }
  .dt-btn-bk
  {
  width:auto;
  }
  .frame-modal .modal-body label.opacity-0 {
    display: none !important;
}
.frame-modal .modal-body .btn {
  margin: 0;
}
}

/* #restaurant-website-edit [class*="btn"] i {
  max-height: none;
  color: white !important;
} */

#restaurant-website-edit .modal button.btn.timing-btn {
  padding: 0px 3px !important;
  margin-top: 0;
  margin-bottom: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.dropzone-cropper-bk
{
  z-index: 1049;
}
.modal-backdrop {
  
  z-index: 1048;
  
}
body.modal-open {
  overflow: hidden;
}
.dropzone-cropper-bk .title-bk {
  width: 120px;
    height: 100px;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  flex-direction: column;
  
}

.dropzone-cropper-bk .title-bk svg {
  height: 43px;
  width: auto;
}
.title-bk img {
  width: 40px;
}
.desc-bk {
  font-size: 13px;
  line-height: 18px;
  color: gray;
  
  width: 150px;
}
.upload-box {
  display: flex;
  justify-content: center;

}
.upload-box > div {
  padding-top: 20px;
}
.sub-modal .btn 
{
  margin: initial;
}
.sub-modal .btn, button#crop_logo , .frame-modal-btn {
  margin: initial;
  margin-left: 8px;
  border-radius: 6px;
  padding: 2px 15px !important;
  color: white;
  font-weight: 500;
  background-color: #343a40!important;
  border-color: #343a40!important;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.modal-footer .btn-close {
  background: black;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2px 15px !important;
  border: revert;
}
.btn-close:hover 
{
  color: white;
}

#uploadmodal .dropzone.dropzone-previews {

  padding: 0;
  border: none;
  
}
#uploadmodal .upload-wraper .image-editor .img-box .img-container a img {
  
  border: none;
 
}

#cropmodal .dropzone.dropzone-previews {
  background: white;
  padding: 0;
  border: navajowhite;
  border-radius: 4px;
  min-height: 240px;
}
#cropmodal label.btn {
  margin-left: 0 !important;
}
#cropmodal .cropper-upload-file .upload-btn {
  padding: 0;
}
#cropmodal .modal-content , #uploadmodal .modal-content 
{
  border: none;
}

#timingeditmodal i.fas.fa-plus, #diningeditmodal i.fas.fa-plus{
  color: white !important;
}

.frame-modal .nav-link {
  color: black;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
#bannereditmodal  .upload-box {
  display: flex;
  justify-content:flex-start;
}
#bannereditmodal .upload-box > div {
  padding-top: 0px;
  margin-right: 40px;
}
#bannereditmodal .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f1f1f1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
#bannereditmodal .accordion-button {
  font-size: 16px;
}
#toast-container > .toast-error 
{
  background-image: none!important;
  background: #e73305!important;
  padding: 10px 20px!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  font-size: 14px!important;
  font-weight: 700!important;
  background-size: 16px!important;
  background-position: 3%!important;
  padding-left: 1rem!important;
  
} 

#toast-container>.toast-success 
{
  background-image: none!important;
  background-image: unset!important;
  background: #28a746!important;
  padding: 10px 20px!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  font-weight: 700!important;
  font-size: 14px!important;
  background-size: 16px!important;
  background-position: 3%!important;
  padding-left: 1rem!important;
  
}
.toast-message 
{
  color: white!important;
  padding-left: 1rem!important;
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre {
  margin: 0!important;
  padding: 0!important;
}

div#promo_text label {
  margin: 12px 0 8px;
}

/* Menu style */

.menu-title-description-z {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9b9b9b !important;
  margin-top: 3px;
}

.location-name {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 21px;
  margin-bottom: 1rem;
}
button#offerclose {
  box-shadow: none;
  border: 1px solid black;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  background: white;
float: right;}


.menu_15_wrapper {
  font-family: Rubik, sans-serif;
  padding: 6rem 0;
  color: #9b9b9b;
  background: #fdeddd;
  color: black;
}
.menu_15_wrapper p {
line-height: 24px;
}
body .menu_15_wrapper h1,
body .menu_15_wrapper h2,
body .menu_15_wrapper h3,
body .menu_15_wrapper h4,
body .menu_15_wrapper h5,
body .menu_15_wrapper h6, body .menu_15_wrapper p, body .menu_15_wrapper li, body .menu_15_wrapper a,body .menu_15_wrapper  {

  font-family: "Playwrite GB S", cursive!important;
}

.menu_15_wrapper .section-title .title-bk {

  font-size: 25px;
  display: inline-block;
  padding: 7px 32px;
  background: white;
  border: 2px dashed black;
  margin-bottom: 8px;
  font-weight: 500 !important;
  font-family: "Playwrite GB S", cursive!important;
}
.menu_15_wrapper a.readmore-bk {
  text-decoration: dashed !important;
  font-weight: 500;
  font-size: 13px;
}
.menu_15_wrapper .menu-item-5 {
margin-bottom: 3rem;
position: relative;
}

.menu_15_wrapper .menu-item-5 .no-image .rate-bk {
  left: auto;
  transform: translateX(50%);
  top: auto;
  right: 50%;
  bottom: -2px;
}
.menu_15_wrapper .menu-item-5 .menu__item_5-img img {
width: 100%;
}

.menu_15_wrapper .menu-item-5 .menu__item_5-img img {
      width: 100%;
      object-fit: cover;
      height: 100%;
  }
  .menu_15_wrapper .menu-item-5 .menu__item_5-content 
  {


    width: 75%;
  }
  .menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-title {
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 7px;
      text-transform: capitalize;
      position: relative;
      font-family: "Playwrite GB S", cursive!important;
  
  }
.menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-desc {
margin-bottom: 10px;
font-size: 14px;
border-bottom: none;
padding-bottom: 5px;
}
.menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-price {
color: var(--mainColor);
font-size: 16px;
font-weight: 600;
margin-left: auto;
  background: #f1f1f1;
  width: 100px;
  padding: 10px;
  display: block;
  text-align: center;
}
.menu_15_wrapper .section-title 
{
color: black;
}
.menu_15_wrapper .menu-item-5 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  flex-direction: column;
  border: 3px dashed #ffffffe3;
  margin-bottom: 1.5rem;
  width: 295px;
    height: 293px;
}
.menu_15_wrapper .menu__item_5-img figure {
  width: 100px;
    height: 100px;
    /* border-radius: 20px; */
    overflow: hidden;
    border: 3px solid #f1f1f1;
    transform: rotate(13deg);
}
.menu_15_wrapper .menu-item-5 .menu__item_5-img 
{
  position: relative;
}

.menu_15_wrapper .menu-item-5 .menu__item_5-img img {
  width: 100%;
}


.menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-desc {
  margin-bottom: 0px;
  font-size: 14px;
  padding-bottom: 0;
}
.menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-price {
  color: var(--mainColor);
  font-size: 17px;
  font-weight: 600;

}

.menu_15_wrapper .section-title 
{
padding: 8px;
margin-bottom: 2.5rem;

text-align: center;
}

























.menu_15_wrapper .modal-content:before {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97%;
  height: 97%;
  content: '';
  background: transparent;
  transform: translate(-50%, -50%);
  border: 1px dashed white;
}

.menu_15_wrapper .section-title:after, 
.menu_15_wrapper .section-title:before {
display: none !important;
}


@media only screen and (max-width: 991px) {
.menu_15_wrapper .section-title .title-bk {
font-size: 24px;
}
}
@media(max-width:991px) 
{

.menu_15_wrapper .menu-item-5 
{
border-bottom: 1px dashed #ffffff36;
}

  .menu_15_wrapper .menu-item-5 .menu__item_5-img 
  {
    padding-right: 0;
   
  }
  .menu_15_wrapper .menu-item-5 .menu__item_5-content {
  width: 100%;
  text-align: center;
}
.menu_15_wrapper .menu-item-5 .menu__item_5-content .menu__item_5-title 
{
display: inline-block;
}
}

@media(max-width:560px)
{
.menu_15_wrapper .menu-item-5 .menu__item_5-img img
{
width: 100%;
height: 100%;
object-fit: cover;
object-position: left;
}

}


.menu_15_wrapper .menu-item-5:nth-child(5n+1) {
          background-color: #fed8b3;
      }
      .menu_15_wrapper   .menu-item-5:nth-child(5n+2) {
          background-color: #dcbad3;
          width: 310px;
    height: 310px;
      }
      .menu_15_wrapper     .menu-item-5:nth-child(5n+3) {
          background-color: #d8dd9d;
          width: 270px;
        height: 270px;
      }
      .menu_15_wrapper     .menu-item-5:nth-child(5n+4) {
          background-color: #bddcf0;
          color: black; /* Change text color for better visibility */
          width: 290px;
    height: 290px;
      }
      .menu_15_wrapper    .menu-item-5:nth-child(5n+5) {
          background-color: #f8e773;
      }
      .menu_15_wrapper    .menu-item-5:nth-child(5n+2) figure {
        transform: rotate(-10deg);
    }
    .menu_15_wrapper   .menu-item-5:nth-child(5n+3) figure {
      transform: rotate(40deg);
  }

  .menu_15_wrapper .menu-item-5:nth-child(5n+4) figure {
    transform: rotate(-35deg);
    transform-origin: center;
}


.menu_15_wrapper .menu-item-5:nth-child(5n+1) .no-image .image-card
{
  transform: rotate(-75deg);
  transform-origin: center;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+2) .no-image .image-card
{
  transform: rotate(-10deg);
  transform-origin: center;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+3) .no-image .image-card
{
  transform: rotate(45deg);
  transform-origin: center;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+3) .no-image .image-card
{
  transform: rotate(25deg);
  transform-origin: center;
}

.menu_15_wrapper .menu-item-5:nth-child(5n+1) .modal-content
{
  background:#fed8b3;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+2) .modal-content
{
  background:#dcbad3;
}

.menu_15_wrapper .menu-item-5:nth-child(5n+3) .modal-content
{
  background:#d8dd9d;
}

.menu_15_wrapper .menu-item-5:nth-child(5n+4) .modal-content
{
  background:#bddcf0;
}

.menu_15_wrapper .menu-item-5:nth-child(5n+5) .modal-content
{
  background:#f8e773;
}

.menu_15_wrapper .menu-item-5:nth-child(5n+1) .btn-close {
  background-color: #fed8b3;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+2) .btn-close {
  background-color: #dcbad3;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+3) .btn-close {
  background-color: #d8dd9d;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+4) .btn-close {
  background-color: #bddcf0;
}
.menu_15_wrapper .menu-item-5:nth-child(5n+5) .btn-close {
  background-color: #f8e773;
}



  body  .menu_15_wrapper .menu-item-5 .rate-bk {
      width: 80px;
      height: 80px;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 20px;
      font-weight: 500;
      border: 1px dashed black;
      padding: 20px;
      position: absolute;
      right: -62px;
      z-index: 9;
      top: -10px;
      filter: drop-shadow(3px 1px 2px rgba(0, 0, 0, 0.2));
      font-family: "Caveat", cursive;
  font-weight: 600;
  }
  .menu_15_wrapper .no-image .image-card
  {
    width: 100px;
    height: 100px;
    /* border-radius: 20px; */
    overflow: hidden;
    border: 3px solid #f1f1f1;
    transform: rotate(13deg);
    margin-bottom: 16px;
  }
  .menu_15_wrapper .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    height: 400px;
    border-radius: 50%;
}
.menu_15_wrapper .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  /* width: 400px; */
  /* height: 400px; */
  padding: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.menu_15_wrapper .modal-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
}
.menu_15_wrapper .modal-body {
  line-height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.menu_15_wrapper .btn-close {
  
  background-color: white;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  right: 0;
  opacity: 1;
  z-index: 99;
  border: 1px dashed white;

}
.menu_15_wrapper .menu-category-box 
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media(max-width:991px)
{
  .menu_15_wrapper .menu-category-box  
  {

  }
}






.menu_16_wrapper .menu-items-box {
  display: flex;
  flex-wrap: wrap;
}
.menu_16_wrapper .menu-left-bk,.menu_16_wrapper  .menu-right-bk
{
  width: 50%;
}

.menu_16_wrapper h2.title-bk {
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 8px;
}
.menu_16_wrapper{
  padding: 4rem 0;
}
.menu_16_wrapper {
  background: black;
}
.menu_16_wrapper * {
  color: white;
}
/* .menu__item_16-img {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  overflow: hidden;
  
} */
.menu__item_16-img img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-header {
  display: flex;
  justify-content: space-between;
}
.rate-bk {
  font-size: 26px;
  font-weight: 600;
}
.menu__item_16-content {
  margin-bottom: 2rem;
}
.left-food-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 0;
  height: 100%;
  border-right: 2px solid white;
}
.left-food-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu_16_wrapper .section-title {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  z-index: 99;
  background: #000000c2;
  padding: 10px 20px;
  /* border-radius: 60px; */
  width: calc(43% + 16px);
}
.menu_16_wrapper .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.menu_16_wrapper h4.menu__item_16-title {
  margin-bottom: 0;
  line-height: 16px;
}
.left-food-image img {
  opacity: 0.3;
}
.menu-left-bk img 
{
  opacity: 1!important;

}
.menu_16_wrapper .menu-left-bk img {
  width: 200px;
  /* border-radius: 50%; */
  height: 200px;

  position: relative;
  object-fit: cover;
  /* border: 2px solid white;
  border-top: none; */
  border-bottom: 2px solid white;
}

.menu_16_wrapper h4.menu__item_16-title {
  margin-bottom: 0;
  line-height: 16px;
}
/* body[theme-font="playfair"] .menu_16_wrapper * 
{
  font-family: "Barlow Condensed", sans-serif!important;
} */

#sortable_promo_image .btn-close {
  background: none !important;
  background: black !important;
  width: auto;
  padding: 10px 16px;
  height: auto;
  margin-bottom: 1rem;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.banner-avatar 
{
  height: 100vh;
  width: 100%;
  background: var(--mainColor);
  position: absolute;
    top: 0;
    left: 0;
}

.bk-header nav a * {
  font-size: 16px !important;
}

a.remove-font-color * {
  font-size: 16px !important;
}

.note-dropdown-menu.note-check.dropdown-fontsize {
  height: 140px;
  overflow-y: scroll;
}
.note-dropdown-menu.note-check.dropdown-fontsize {
  height: 140px!important;
  overflow-y: scroll!important;
}

a.note-dropdown-item, a.note-dropdown-item:hover {
  margin: 3px 0!important;
  
  line-height: 16px!important;
}


div#tst-dynamic-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

button#edit-event-email {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
button#event_submit_btn
{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
input#event_booking_email {
  margin-right: 10px;
}
.bye-section form#restaurant-website-edit {
  padding: 0;
  border: none;
  background: transparent;
}

@media(max-width:991px)
{
  .form-image-div 
  {
    margin-bottom: 1rem;
  }
  div#div_capt {
    margin-bottom: 1rem;
}
input#captcha_default6_privateeventPage {
  width: 60%;
}
}

li.tst-active span {
  font-size: 12px !important;
}

.modal-title span {
  font-size: 18px !important;
}

.bye-section.new-designs {
  padding: 6rem 0;
}
.bye-section.new-designs h3
{
  font-size: 34px;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.bye-section.new-designs .form-control {
  margin-bottom: 16px;
}

.bye-section.new-designs figure 
{
  border-radius: 20px;
  overflow: hidden;
}
.faq-section .accordion-button 
{
  color: rgb(0, 0, 0);
}
/* .faq-section .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #e7f1ff;
  box-shadow: none;
} */
.faq-section .accordion-item {
  background-color: #fff;
 border: none;
}
/* .faq-section .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f1f1f1;
  box-shadow: none;
 
} */
.faq-section .accordion-item {
  margin-bottom: 1rem;
}
.faq-section .accordion-button {
  background-color: #f1f1f1;
  border-bottom: none;
  font-size: 18px;
}
.faq-section .accordion-header
{
  border-bottom: none;
  border-bottom: none;
  line-height: 2rem;
  margin-bottom: 0;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq-section .edit-block {
  display: block;
  width: 100%;
}

.faq-section.edit-image-block .edit-image-actions {
  
  bottom: 50%;
  transform: translateY(50%);
  
}
.text-bk {
  max-width: 90%;
}
.toast 
{
  background-repeat: no-repeat;
}
.toast-error 
{
  background: red;
  background-repeat: no-repeat;
}

.faq-section .custom-tooltip {
  position: relative;
 
}

.faq-section .custom-tooltip .tooltip-text {
  visibility: hidden;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #F1f1f1;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  width: 100%;
  opacity: 0;

  
}
.faq-section .custom-tooltip .tooltip-text.show 
{
  opacity: 1;
}
.tooltip-text[data-visible="false"] {
  display: none;
}
.faq-section .custom-tooltip:hover .tooltip-text {
  visibility: visible;
}

section.faq-section {
  padding: 4rem 0;
}
section.faq-section > div > h2 {
  margin-bottom: 1.5rem;
}




#bannereditmodal .form-switch {
  padding-left: 0;
  display: flex;
  align-items: center;
}
#bannereditmodal .form-check-input[type=radio] {
  margin-top: 0 !important;
  margin: 0;
  margin-right: 9px;
}
#bannereditmodal .modal-body label {
  
  line-height: 14px;
}








.events-section .title-bk {
  margin-bottom: 0rem;
}

.event-footer {
  background: var(--mainColor);
  border-radius: 0 0 0 10px;
  padding: 12px 20px;
  color: white;
}

.events-section figure.bk-image.mgb-0 {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  background: white;
}

.events-section .date-bk {
  font-size: 14px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  background: #f50158;
  padding: 5px 10px;
  border-radius: 15px 0 5px 0px;
  z-index: 99;
  top: 0px;

  font-weight: 600;
  font-size: 13px;
  left: 0px;
}
.latest-bk .bk-image {
  position: relative;
  padding-bottom: 70%;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

.bk-event-item {
  position: relative;
  display: block !important;
}

.bk-event-item:before {
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 1px;
  content: '';
  background: #80808054;
}

.bk-event-item:last-child::before {
  display: none;
}

.bk-event-item .content-bk {
  background: #f1f1f1;
  padding: 26px 32px;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  
  position: relative;
  margin-left: 0;
  border-right: 4px solid var(--mainColor);
  height: 100%;
}
.bk-event-item .content-bk .title-bk {
  font-size: 24px;
  font-weight: 600!important;
  /* margin-bottom: 14px; */
}
.bk-event-item .description {
  line-height: 23px;
}
.bk-event-item .content-bk iframe {
  margin-top: 1rem;
}

.events-section .left-bk {
  filter: drop-shadow(0px 0px 4px gray);
  z-index: 2;
  position: relative;
}

.events-section .title-bk {
  font-size: 1.6rem;
  line-height: 1.7rem;
}


@media(max-width:767px) {
  .bk-event-item {
    margin-bottom: 2.5rem !important;


  }

  .bk-event-item:last-child {
    margin-bottom: 0rem !important;


  }

  .bk-event-item .content-bk {
    margin-left: 0;
    padding-left: 32px;
  }

  .bk-event-item .left-bk {

    border-radius: 25px 25px 0 0;
  }

  .bk-event-item .content-bk {
    border-right: none;
    border-radius: 0 0 25px 25px;
  }

  .event-footer {
    border-radius: 0;
  }

  .bk-event-item:before {
    display: none;
  }

}

/* .edit-btn-label {
  font-size: 9px;
    line-height: 16px;
    color: gray;
    background: #343a40;
    padding: 1px 8px;
    margin-top: 4px;
    color: white;
    border: 1px solid white;
    border-radius: 25px;
    margin-top: 2px;
} */

.edit-image-block .edit-actions {
 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edit-image-block .edit-image-actions {

  display: flex;
  flex-direction: column;
  align-items: center;
}


.edit-image-block .edit-actions.edit-label-btn .btn {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 16px;
    line-height: 1;
    color: #fff !important;
    background-color: #343a4066 !important;
    /* border-color: #343a40 !important; */
    border: 0;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
    border: 1px solid #fff !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    font-size: 10px;
    overflow: hidden;
}

.edit-image-block .edit-actions.edit-label-btn .btn i {
  background: white;
    font-size: 11px;
    max-height: inherit;
    margin: 0 !important;
    margin-right: 3px !important;
    padding: 4px;
    color: black;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #343a4066;
}
.edit-image-block .edit-actions.edit-label-btn .edit-btn-label {
  padding-right: 7px;
}

.edit-image-block .edit-image-actions.edit-label-btn .btn {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 16px;
    line-height: 1;
    color: #fff !important;
    background-color: #343a4066 !important;
    /* border-color: #343a40 !important; */
    border: 0;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
    border: 1px solid #fff !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    font-size: 10px;
    overflow: hidden;
}

.edit-image-block .edit-image-actions.edit-label-btn .btn i {
  background: white;
    font-size: 11px;
    max-height: inherit;
    margin: 0 !important;
    margin-right: 3px !important;
    padding: 4px;
    color: black;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #343a4066;
}
.edit-image-block .edit-image-actions.edit-label-btn .edit-btn-label {
  padding-right: 7px;
}










.edit-block .edit-actions.edit-label-btn .btn {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 16px;
    line-height: 1;
    color: #fff !important;
    background-color: #343a404f  !important;
    /* border-color: #343a40 !important; */
    border: 0;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
    border: 1px solid #fff !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    font-size: 10px;
    overflow: hidden;
}

.edit-block .edit-actions.edit-label-btn .btn i {
  background: transparent;
  font-size: 11px;
  max-height: inherit;
  margin: 0 !important;
  margin-right: 1px !important;
  padding: 5px;
  color: rgb(255, 255, 255);
  border: none;
  padding-right: 0;
  
}
.edit-block .edit-actions.edit-label-btn .edit-btn-label {
  padding-right: 7px;
}

.edit-block .edit-image-actions.edit-label-btn .btn {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 16px;
    line-height: 1;
    color: #fff !important;
    background-color: #343a404f  !important;
    /* border-color: #343a40 !important; */
    border: 0;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
    border: 1px solid #fff !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    font-size: 10px;
    overflow: hidden;
}

.edit-block .edit-image-actions.edit-label-btn .btn i {
  background: transparent;
  font-size: 11px;
  max-height: inherit;
  margin: 0 !important;
  margin-right: 1px !important;
  padding: 5px;
  color: rgb(255, 255, 255);
  border: none;
  padding-right: 0;
}
.edit-block .edit-image-actions.edit-label-btn .edit-btn-label {
  padding-right: 7px;
}