﻿.page-title-area.item-bg-4 {
    background-image: url(../img/contactbg.jpg);
}
.error{color:red; font-size:11px;}
.book-from .select-box i {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #848484;
    font-size: 20px;
    font-weight: 500;
}

.book-table-area {
    background-image: url(../img/book-table.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.order-menu p {
    font-size: 12px;
    margin-bottom: 15px;
}
.suitable-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    opacity: 1;
    background-color: transparent;
}
.asahi-nav .main-nav.asahi-nav-style-two .others-option .menu-btn.side-menu {
   
    padding: 7px 20px 7px 10px;
   
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.nav-pills .nav-link{
    white-space:nowrap
}

.nav-pills .nav-link.active {
    color: #f16d07;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
    .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
        border-color: #f16d07;
        isolation: isolate;
        border: 1px solid transparent;
        border-bottom: 1px solid #f16d07;
    }

.nav-pills .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #363636;
    border-bottom: 1px solid #f16d07;
}

    .nav-pills .nav-link:focus, .nav-link:hover {
        color: #f16d07;
        border: none;
        border-bottom: 1px solid #f16d07;
        font-size: 14px;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
    }

.section-tabmenu {
    text-align: left;
    width: 1200px;
    display: block
}
.single-delicious-menu .delicious-menu-text {
    position: relative;
    top: 0px;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.offer-area-hotel {
  background-image: url(/img/alcalardellasera_1.jpg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  z-index: 1;
}
  .offer-area-hotel .offer-title h2 span {
    color: #b41722;
    font-size: 35px;
  }
  .offer-area-hotel .offer-logo {
    color: #ffffff;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: inline-block;
    text-align: center;
    line-height: 175px;
    background: -webkit-gradient(linear, left top, right top, from(#c93c45), to( #b41722)) !important;
    background: linear-gradient(to right, #c93c45 0%, #b41722 100%) !important;
    z-index: 1;
    font-size: 35px;
    float: right;
    position: relative;
  }
    .offer-area-hotel .offer-logo::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px dashed #b41722;
      border-radius: 50%;
      z-index: -1;
      margin: -10px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-animation: rotation 50s infinite linear;
      animation: rotation 50s infinite linear;
    }
  .offer-area-hotel .default-btn-two {
    background: -webkit-gradient(linear, left top, right top, from(#c93c45), to(#b41722));
    background: linear-gradient(to right, #c93c45, #b41722);
    padding: 8px 40px 8px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
  }
    .offer-area-hotel .default-btn-two i {
      background-color: #fff;
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 17px !important;
      font-weight:bold;
      border-radius: 0;
      position: absolute;
      top: 4px;
      margin-left: 7px;
      right: -10px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #b41722;
    }
.offer-area-hotel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
  z-index: -1;
}
.btn-cookie-wrapper {
  position: fixed;
  left: 10px;
  width:10%;
  bottom: 10px;
  z-index: 9999;
}