.hidden {
	display: none !important;
}

.feature-icon img {
  filter: brightness(0) invert(1);
  width: 35px;
  height: 35px;
  display: block;
  margin: auto;
}

.swiper-slide {
  position: relative;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.swipeinner {
  position: relative;
  z-index: 2;
}

.bg-dark-tl {
  background: rgba(242, 166, 141, 0.4) !important; }

.overlay-dark {
  position: relative;
}

.overlay-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay-dark .container {
  position: relative;
  z-index: 2;
}

.menu-list.menu-list-default .menu-details .menu-price span.price-min {
        background-color: rgba(242, 166, 141, 0.4);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        color: #000000;
        padding: 10px 20px;
        text-align: center;
        margin-bottom: 10px; }

/*btn-primary-tl*/
.btn.btn-primary-tl {
  background: #C79B3E;
  color: #000000; }
  .btn.btn-primary-tl:hover {
    color: #000000; }
  .btn.btn-primary-tl:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: #C79B3E; }
  .btn.btn-primary-tl:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: #EBA4B3; }
  .btn.btn-primary-tl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #EBA4B3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn.btn-primary-tl:hover {
    color: #000000;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-primary-tl:hover:after {
      left: 0;
      width: 100%; }

.btn.btn-secondary-tl {
  background: transparent;
  color: #000000;
  border: 2px solid #C79B3E; }
  .btn.btn-secondary-tl:hover {
    background: #C79B3E;
    color: #000000; }
  .btn.btn-secondary-tl:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: transparent;
    border-color: #C79B3E; }
  .btn.btn-secondary-tl:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: #C79B3E;
    border-color: #C79B3E; }
  .btn.btn-secondary-tl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #C79B3E;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn.btn-secondary-tl:hover {
    color: #000000;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-secondary-tl:hover:after {
      left: 0;
      width: 100%; }

/*btn-primary-tl-footer*/
.btn.btn-primary-tl.footer-link {
  background: #C79B3E;
  color: #000000; }
  .btn.btn-primary-tl.footer-link:hover {
    color: #000000; }
  .btn.btn-primary-tl.footer-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: #C79B3E; }
  .btn.btn-primary-tl.footer-link:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #000000;
    background: #EBA4B3; }
  .btn.btn-primary-tl.footer-link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #EBA4B3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn.btn-primary-tl.footer-link:hover {
    color: #000000;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-primary-tl.footer-link:hover:after {
      left: 0;
      width: 100%; }

