body, input, select, textarea{
    font-family:Open Sans, Arial, Helvetica, sans-serif;
    -webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}

.container-fluid{
    width:700px;
    margin-top: 0;
    padding: 20px 15px 30px 15px;
    background:#ffffff;
}

.widget_heading{
    margin-bottom:30px;
    font-weight:bold;
    color:#000000;
    font-size:25px;
}
#lang {
    border: none;
    width: auto;
    float: right;
    font-size:14px;
}
.submitbtn{
    border:1px solid transparent;
    padding:.375rem .75rem;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    border-radius: 0px;
}
.submitbtn:hover{
    opacity:0.8;
}
.fullBtn{
    width:100%;
}
.restaurant_image{
    margin-top:20px;
    width:auto;
    margin:0 auto;
    display:block;
}
.form-control,.btn{
    border-radius:0px;
}
.input-group-text {
    border-radius: 0;
    border-right: 0;
    width: 40px;
    text-align: center;
    padding: 0;
    
    display: inline-block;
    height: 38px;
    line-height:    35px;
}
#submitCat 
{
    width: 50%;
    float: right;
}
.backarea{
    text-align:center;
    margin-top:10px;
}
#submitCat:hover,.nextbtn:hover {
    opacity: 0.8;
    outline:none;
}
img.restaurant_logo_image {
    width: auto;
    margin: 30px auto 20px auto;
    display: block;
}
.copyright{
    width:100%;
    text-align:center;
}
.copyright a {
    float: none;
    margin-top: 20px;
    font-size: 14px;
    color: #939498;
    margin-bottom: 30px;
    display: inline-block;
}
.copyright:hover{
    color:#939498;
    text-decoration:underline;
}
.mt0{
    margin-top:0px !important;
}
.mb10{
    margin-bottom:10px;
}
.mb30{
    margin-bottom:60px;
}
label.error, .searchCol label.error {
    color: #D8000C;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.hidden{
    display:none;
}
.hours_row .timeBTN {
    width: 100%;
    /* display: inline-block; */
    /* box-sizing: content-box; */
    padding: 0 0px;
    margin-bottom: 10px;
    font-weight: bold;
    outline: none;
    height: 35px;
}
.hours_row .timeBTN.bookable_slot{
    background: #fff;
    color: #000000;
    position:relative;
}
.hours_row .timeBTN.not_avilable_slot{
    
    color:grey;
}
.backBtn{
    background:#000000;
    border-color:#000000;
    text-transform:uppercase;
    float:right;
    width:49%;
    margin-right:1%;
    border-radius: 0px;
}
.row.header{
    width:100%;
    padding-left:15px;
    padding-right:15px;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.text-center{
    text-align:center;
}
button:focus,.btn:focus {
    box-shadow: none !important;
}              
.payment_top {
    padding: 8px 20px;
    color: #ffffff;
}
.payment_top div {
    display: inline-block;
    margin-right: 15px;
}
.facebook_signup {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.fb_layer .nsl-container-buttons a, .fb_layer .nsl-container-buttons {
    margin: 0 !important;
    padding: 0px !important;
    width: 100%;
}
.fb_layer .nsl-button.nsl-button-google {
    padding: 3px 5px 4px 5px;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
}
.fb_layer .nsl-button-svg-container, .fb_layer .nsl-button-label-container {
    display: inline-block !important;
    width: auto;
    color: #ffffff;
    font-weight: bold;
    margin: 0px 10px 0px 0px !important;
    vertical-align: text-bottom !important;
    padding: 0px !important;
    font-size: 14px !important;
    align-items: start !important;
    flex: none !important;
    font-family: Open Sans, Arial, Helvetica, sans-serif !important;
    line-height: 25px !important;
}
.dropdown{
    margin:0px;
}
.dropdown dd, .dropdown ul,.dropdown_profile dd, .dropdown_profile ul {
    margin: 0px;
    padding: 0px;
}
.dropdown dd ul li a span:first-child, .dropdown_profile dd ul li a span:first-child {
    background-image: url('https://i.imgur.com/OQiDoZe.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin:5px;
    vertical-align: top;
}
.dropdown dd,.dropdown_profile dd {
    position: relative;
}
.dropdown a, .dropdown a:visited,.dropdown_profile a, .dropdown_profile a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}
.dropdown a:hover,.dropdown_profile a:hover {
    color: #5d4617;
}
.dropdown dd ul ,.dropdown_profile dd ul {
    background: #f0f2f7;
    color: #C5C0B0;
    display: none;
    left: 15px;
    padding: 5px 0px;
    position: absolute;
    min-width: 165px;
    width:100%;
    border: 1px solid #ed4267;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 0;
    z-index: 9999;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
}
.mobile_code .input-group-text{
    margin:0px;
}
.term_block {
    color: #4c4c4c;
    font-size: 13px;
}
.terms_check label.error,.lerror{
    display:none !important;
}
.form-check.terms_check input.error ~ .lerror{
    color:red;
    display: block !important;
    font-size:14px;
}
.loading{
    background:rgba(0,0,0,0.5);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:10%;
    z-index:9999999;
}
.loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 61, 0, 0.2) 0%, #d3ad68 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    
}
.base_loader{
    width:100%;
    float:left;
    text-align:center;
    padding:50px 0px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #d3ad68;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d3ad68 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.area_details .submitbtn:hover{
    color: #ffffff;
    text-decoration: none;
}
.searchCol label{
    width:100%;
    font-size: 14px;
    color: #666666;
    margin-bottom:0px;
}
.searchCol label.input-group-text {
    width: 40px;
}
.searchCol input, .searchCol select, .searchCol .bootstrap-select .filter-option, .searchCol .bootstrap-select .dropdown-toggle {
    padding-left: 5px !important;
    padding-right: 5px;
    font-weight: bold;
    color: #000000;
}
.buttonContinueBlock{
    bottom: 0;
    position: fixed;
    height: 50px;
    margin: 0;
    z-index: 99999;
}
.buttonContinueBlock .bottom_space{
    width: 700px;
    transform: translate3d(0, 0, 0);
    background: rgba(255,255,255,0.9);
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 -3px 4px 0 rgba(0,0,0,.24);
    z-index: 99999999999999999999999;
}
.mt30{
    margin-top:30px;
}
.mt30 .errorblocks{
    border:1px solid #ced4da;
}
#customerModal{
    z-index: 9999999999999999;
}
#customerModal .modal-dialog{
    top:10%;
}
.altcha-footer{
    display:none !important;
}
#signup .altcha-main input {
    height: 22px;
    padding: 0;
}
altcha-widget .altcha-main{
    margin-bottom: 20px;
    border-radius: 0;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.terms_block {
    margin: 20px 0px;
    border-top: 1px dashed #c3c5c4;
    border-bottom: 1px dashed #c3c5c4;
    font-size: 14px;
    color: #2e3c3c;
    padding-top: 15px;
}
.timeblockes{
    margin-top:0px;
}
.timeBTN.active.bookable_slot {
    color: #ffffff;
    font-weight: bold;    
    background: #d3ad68;    
}
.bookable_slot.timeBTN:hover {
    background: #d3ad68;
    color: #ffffff;
    opacity:1;
}
.timeBTN.dsiabled {
    opacity: 0.5;
}
.hours_row {
    display: inline-block;
    width: 20%;
    padding: 0px 5px;
    height: 45px;
    float: left;
}
.input-group>.form-control:focus {
    z-index: 0 !important;
    border-color: #ced4da !important;
    box-shadow: none;
}
.fa-circle-phone{
    font-size:18px;
}
.ppb_header_wrapper {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-left: 0px !important;
    margin-right: 0 !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.header_line{
    text-transform: uppercase;
    line-height: 1.75;
    height: 47px;
    font-size: 25px;
    font-weight: bold;
    margin:0px;
    border-bottom: 2px solid transparent;
    border-color:#d3ad68 !important

}
ul.cat_filter {
    border-bottom: 0 !important;
    height: 32px !important;
    margin-top: 0px !important;
    position: absolute;
    right: 0;
    top: 20px;
}
ul.cat_filter li {
    position: relative;
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0 0 0 0;
    color: #999999;
    height: 33px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.nav-tabs>li.active>a>span{
    color: #d3ad68 !important;
}
.nav-tabs>li>a:after {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #d3ad68 !important;
    display: block;
    position: absolute;
    bottom: -8px !important;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    left: 50%;
    margin-left: -11px;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
}
.nav-tabs>li>a:hover{
    text-decoration: none;
    color: #d3ad68;
}
.nav-tabs>li.active>a:after, .nav-tabs>li>a:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.nav-tabs>li.active>a{
    border-bottom:1px solid #d3ad68 !important; 
    padding: 6px 15px;
    
}
.nav-tabs > li > a:after, ul.dokan_tabs li.active a:after, ul.dokan_tabs li a:hover:after{
    border-top-color: #d3ad68;
   
}
form#bookingForm {
    width: 100%;
    float: left;
}
.ppb_subtitle {
    color: #999999;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 20px;
    width: 100%;
    float: left;
    margin-top: -18px;
    margin-bottom: 10px;
}
.ppb_subtitle a{
    color: #999999;
}
.ppb_subtitle a:hover {
    text-decoration: none;
}
input[type="text"]{
    padding-left:16px;
}
.nomargin{
    margin:0px;
    width:100%;
}
.booking_details {
    background: #d3ad68;
    padding: 6px 10px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 1px;
}
.black_back.booking_details {
    background: #000000;
    line-height: 30px;
}
.reservation_block .inner_row {
    padding: 0px 15px;
}
.reservation_block .row{
    margin: 0px;
} 
.booking_details div {
    display: inline-block;
    margin-right: 14px;
}
.guest_button {
    background: #000000;
    color: #ffffff;
    width: 100%;
    padding: 4px 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
.guest_button a {
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}
.guest_button a:hover{
    text-decoration: none;
}
.field-wrap {
    margin-top: 8px;
    position: relative;
}
.field-wrap .inputPlaceholder {
    background: #ffffff;
    top: -8px;
    left: 6px;
    position: absolute;
    padding: 0px 5px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    z-index:999;
}
.birthday_inputs {
    width: 100%;
    border: 1px solid #d4d4d4;
    height: 100%;
    float: left;
    padding: 2px 10px 10px 10px;
    margin-bottom: 5px;
}
.last {
    padding-right: 0;
}
.first {
    padding-left: 0;
}
.pluscode {
    line-height: 34px;
    font-size: 20px;
    float: left;
    width: 15%;
}
.birthdate_m-wrap, .birthdate_y-wrap {
    margin-left: 2%;
}
.birthdate-wrap {
    color: #000000;
    float: left;
    width: 32%;
}

.cancel_btn {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    width: 98%;
    text-align: center;
    background: #000000;
    display:inline-block;
}
.cancel_btn:hover{
    opacity:0.8;
    color: #ffffff;
    text-decoration: none;
}
.mt20{
    margin-top:20px;
}
.field-wrap.text-center.login_block {
    font-size: 14px;
}
.loginlink {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.guest_button img {    
    margin-right: 6px;
}
.mailchimp_checkbox, .terms_text {
    font-size: 13px;
    line-height: 15px;
}
.terms_text.form-control{
    height:100%;
    padding-top:15px;
    padding-bottom:15px;
}
.terms_text.form-control ul{
    margin:0px;
}
.terms_text ul li ul {
    margin-left: 22px !important;
}
.field-wrap.pass_row .fa {
    position: absolute;
    right: 5px;
    z-index: 9999;
    top: 11px;
    cursor: pointer;
}
.pass_row input{
    font-size: 14px;
    line-height: 38px;
    height: 38px;
}
.row.part_2.nomargin input,.row.part_2.nomargin select {
    font-size: 14px;
    color:#000000;
}
.mailchimp_checkbox a,.terms_text a{
    color:#d3ad68;
    text-decoration: underline;
}
.dropdown_profile{
    margin:0px;
}
#register_btn {
    color: #ffffff;
    font-weight: bold;
}
.modal.fade.show{
    display:inline-block;
    background:rgba(0,0,0,0.8)
}
#loginModal .modal-header{
    padding: 0;
    border: none;
    display:inline-block;
}
#loginModal .modal-header button.close{
    background: #000000;
    color: #fff;
    padding: 4px 7px;
    margin: 0;
    opacity: 1;
}
#loginModal .modal-content{
    border-radius: 0px;
}
#login_user {
    margin-top: 10px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    line-height: 22px;   
}
#login_user:hover {
    color: #ffffff;
    text-decoration: none;
}
dl.dropdown_profile label.error {
    text-align: center;
}
.site-popup.medium,#login_form {
    width: 250px;
}
.webapp_login img {
    width: 20px;
}
.site-popup {
    width: 380px;
    padding: 20px 27px 5px 27px;
}
#cboxClose {
    top: 1px !important;
    right: 1px !important;
    background: url(https://insiderclub.gr/images/close_login.png) no-repeat !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% 100% !important;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    background: none !important;
}
#cboxContent {
    padding: 8px 0px 0px 0px;
}
#login-form input {
    padding: 7px;
    line-height: 20px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    width: 100%;
}
 
.webapp_login {
    margin-top: 20px;
    padding: 5px 0px !important;
    width: 100%;
    border-top: 1px solid #000 !important;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
#cboxLoadedContent {
    margin-bottom: 0px !important;
}
.site-popup ul.error {
    background-color: #ffbaba;
    border: 1px solid #d8000c;
    list-style: none;
    margin-bottom: 10px;
    padding: 12px 12px 12px 35px;
    position:relative;
}
.site-popup ul.error li {
    color: #d8000c;
    font-size: 11px;
    padding-left: 0;
    word-wrap: break-word;
}
 .site-popup ul.error:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #b81c23;
    content: "\f06a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.1em;
    left: 15px;
    position: absolute;
    top: 10px;
}
.site-form .loader {
    background: url(https://insiderclub.gr/images/ajax-loader.gif) center no-repeat;
    left: -55px;
    position: relative;
    top: 5px;
    float: none;
    width: 20px;
    height: 20px;
    margin-top: 0.4em;
}
.site-form .loader:after {   
    display: none;
}
.del_acc_row {
    right: 0;
    position: relative;
    font-size: 13px;    
    margin-left: 25%;
    margin-top: 25px;
}
.del_acc_row a {
    font-weight: bold;
}
.del_acc_row a:hover {
    color: #d3ad68;
}
.text-black{
    color:#000000;
}
.col-md-6.map_block .footer-info,.col-md-6.address_block .footer-info {
    height: 30px;
    overflow: hidden;
    word-break: break-all;
    margin: 0;
}
.footer-info.margb5.email_row{
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-info.margb5.email_row a{
    flex: 1;                /* take remaining space */
    min-width: 0;           /* REQUIRED for ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.col-md-6.map_block .footer-description,.col-md-6.address_block .footer-description {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    font-weight: bold;
    text-align: justify;
    font-size: 14px;
    line-height: normal;
}
.footer-info i{
    color:#d3ad68;
    margin-right:5px;
}
.footer-info a {
    color: #000000 !important;
    text-decoration: none !important;
}
.map_block img{
    width:100%;
}
.footer-info.heading {
    font-size: 20px;
    font-weight: bold;
    text-align:left;
    line-height: 16px;
}
.img_block{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom:15px;
}
.img_block img{
    max-width:100%;
}

.timeblockes .slot_row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 10px 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdfdf;
}
.timeblockes .slot_row h3 {
    font-size: 18px;
    font-weight: bold;
}
.submitbtn.half_btn {
    width: 50%;
    float: right;
    outline:none;
    border-radius: 0px;
}
.part_2 .fa-circle-exclamation{
    float:left;
    font-size:50px;
    margin-right:5px;
}
.alert-primary .countdown{
    background: #004085;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    width: auto;
    float: left;
    margin-right: 10px;
}
.alert {
    border-radius: 0px;
}
.open>.dropdown-menu {
    display: block;
}
.input-group .bootstrap-select.form-control .dropdown-toggle{
    border: 1px solid #ced4da;
    color: #495057;
    padding-left: 16px;
    outline:none !important;
    background-color: transparent;
}
.bootstrap-select .dropdown-menu .highlight-option{
    background-color: #d3ad68;
    color:#ffffff;
}
.bootstrap-select .dropdown-menu{
    max-height:250px !important;
    margin-top: -1px;
    border-radius: 0;
    margin-left: 1px;
}
.bootstrap-select .dropdown-menu li a {
    width: 100%;
    display: inline-block;
    padding: 6px 5px 6px 10px;
}
.next_available {
    width: 100%;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.timerow .input-group-text{
    margin-top:0px;
}
.dropdown.bootstrap-select:has(.error) {
    margin-bottom: 15px;
}
.bootstrap-select label.error {
    position: absolute;
    top: 40px;
}
.slot_row .alert.alert-warning {
    display: inline-block;
    width: 100%;
}
.full_width{
    width:100%;
    float:left;
    margin-top:-10px;
}
.full_width .next_date{
    margin-bottom: 12px;
    font-weight: bold;
    background: #d1e7dd;
    width: auto;
    display: inline-block;
    padding: 2px 15px;
    color: #0a3622;
}
#submitCat.full_width {
    width: 100%;
    float: left;
    margin: 0;
}
.booking_error{
    text-align:justify;
}
.verify-box{
    border: 1px solid #dfdfdf;
    padding: 10px;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.open_email_box{
    font-weight:bold;
}
.open_email_box:hover{
    color:#d3ad68;
}
.tourist_phone .first_row, .tourist_phone .second_row, .tourist_phone .third_row{
    width:100%;
    float:left;
    display:flex;
    font-size:14px;
    line-height:normal;
}
.tourist_phone .second_row {
    text-align: justify;
    margin-bottom: 10px;
}
.tourist_phone .third_row #send_code {
    margin-left: 15%;
    width: 83%;
    color: #ffffff;
    font-weight: bold;   
}
.my-error {
    background-color: #FFBABA;
    border: 1px solid;
    color: #D8000C;
    font-size: 14px;
    padding: 1em 15px 1em 42px !important;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.my-error:before {
    content: "\f06a";
    color: #b81c23;
    font-size: 1.1em;
    top: 14px !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.my-error a {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.my-error a:hover {
    color: #000000;
}
.verify_code_error.error,.code_sent {
    color: #D8000C;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}
.mobile_code_block #submit_code {
    color: #ffffff;
    font-weight: bold;    
}
.tourist_phone .third_row #send_code.resend {
    background: #000000;
    border-color: #000000;
}
.third_row .fa-circle-check.mobile_check {
    color: green;
    position: absolute;
    right: 5px;
    top: 12px;
}
.fourth_row .fa-circle-check,.fifth_row .fa-circle-check {
    color: green;
    float: right;
}
.fourth_row,.fifth_row {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: -4px;
}
.fourth_row a,.fifth_row a {
    color: #000000;
    margin-left: 5px;
}
#bookingForm textarea{
    font-size:14px;
}
.bonus_block .twocol{
    width:49%;
    float:left;
    margin-right: 2%;
    margin-bottom: 2%;
    position:relative;
    border:1px solid #dfdfdf;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bonus_block .twocol:nth-child(2n+2){
    margin-right: 0px;
}
.bonus_block .twocol .item-preview{
    height: 100%;
    min-height: 272px;
    background: url('https://insiderclub.gr/images/bonus_2back.jpg');
    background-position: center center;
    background-size: cover;
}
.bottles_block .twocol .item-preview{
    background:url('https://insiderclub.gr/images/bottle_background.jpg');
    background-position: center;
    background-size: cover;
}
.cashback_block .twocol .item-preview{
    background:url('https://insiderclub.gr/images/cashback_back.jpg');
    background-position: center;
    background-size: cover;
}
.bonus_block.rewards_block .twocol .item-preview{    
    height:250px;
}
.bonus_block.rewards_block .twocol.cashback_reward .item-preview{
    background: none;
}

.bonus_block .twocol .item-preview img {
    width: 100%;
}
.bonus_block .twocol .item-bottom{
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    color: #fff;
    border: none;
    backdrop-filter: blur(3px);
    min-height:118px;
}
.bonus_block.rewards_block .twocol .item-bottom{
    bottom:0px;
    min-height: 118px;
}
.bonus_block.rewards_block .twocol .item-preview img{
    width: 100%;
    height: 100%;
}
.item-preview .item-details {
    padding: 13px 10px 0;
    position: relative;
}
.item-preview .item-name {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    text-align: left !important;
}
.item-preview .item-name a{
    color:#ffffff;
}
.item-preview .fa-heart.fa-fw {
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
    color: #ca2007;
}
.item-subtitle {
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 0 !important;
    min-height: 52px;
    padding: 9px 0px 0px 0px;
    text-align: left;
    font-size: 15px;
}
.item-subtitle p {
    text-align: left !important;
    color: #ffffff !important;
    font-weight: normal !important;
}
.bonus_block .twocol .item-preview .fa-circle-check,.bonus_block .twocol .item-preview .fa-solid.fa-check-double,.bonus_block .twocol .item-preview .fa-solid.fa-circle-arrow-down {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    font-size: 30px;
    color: #a7a7a7;
    cursor: pointer;
}
.bonus_block .twocol .item-preview .fa-solid.fa-circle-check,.bonus_block .twocol .item-preview .fa-solid.fa-circle-arrow-down:hover {
    color: #d3ad68;
    background: #ffffff;
    border-radius: 50%;
}
.bonus_block .twocol .item-preview .fa-solid.fa-check-double{
    background:transparent;
    color: #d3ad68;
}
.bonus_block {
    margin-top: 10px;
}
.checkin_info{
    background: #ff6600;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.arrow-steps {
    width: 100%;    
    display: inline-block;
    margin-bottom: 10px;
}
.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: default;
    margin: 0 4px 0px 0px;
    padding: 5px 10px;
    float: left;
    position: relative;
    font-weight: bold;
    background-color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    width: 31.7%;
    max-height: 52px;
    /* text-align: left; */
    min-height: 52px;
    /* vertical-align: unset; */
    padding-left: 24px;
    display: inline-block;
    text-transform: uppercase;
    line-height:21px;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -25px;
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 26px solid #000000;	
	z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 26px solid #fff;	
	z-index: 0;
}
.arrow-steps .step:first-child:before {
	border: none;
}
.arrow-steps .step.current {
	color: #fff;
	background-color: #d3ad68;
    text-transform: uppercase;
}
.arrow-steps .step.current:after {
	border-left: 26px solid #d3ad68;	
}
.arrow-steps .step:hover:after {
    border-left-color: #d3ad68;
}
.arrow-steps .step:hover {
    background-color: #d3ad68;
}

.modal-backdrop{
    background-color:rgba(0,0,0,0.8);
}
.modal-title{
    color:#d3ad68;
}
.modal-content{
    border-radius: 0px;
}
.modal-header {
    padding: 5px;
    border-bottom: 2px solid #d3ad68 !important;
    display: inline-block;
}
.modal-title, .modal-title a {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
#confirm_reward .modal-body{
    padding-bottom:30px;
}
.ml10 {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}
.submit_block {
    margin-top: 20px;   
    text-align: right;
}
.submit_block a {
    color: #000000;
    font-weight: bold;
}
.submit_block a:hover{
    text-decoration: none;
    opacity:0.8;
}
.submit_block .element-button,.nextmsg .element-button {
    background: #d3ad68;
    padding: 6px 5px !important;
    color: #fff;
    width: 74%;
    display: inline-block;
    text-align: center;
    line-height: normal !important;
    font-weight: bold;
    float:right;
}

.level1_msg {
    margin-top: 5px;
}
.submit_block .cancelbtn,.nextmsg .cancelbtn {
    width: 25%;
    background: #000000;
    color: #ffffff;
    padding: 6px 5px;
    display: inline-block;
    text-align: center;
    line-height: normal !important;
    font-weight: bold;
    float:left;
}
.full_row.nextmsg {
    float: left;
    overflow: hidden;
    margin-top: 10px;
    width:100%;
}
.full_row.nextmsg a:hover{
    text-decoration:none;
    opacity:0.8;
}
.bonus_block .twocol .item-preview .fa-circle-check:hover {
    color: #d3a368;
    font-weight: 900;
}
.bonus_block .twocol .item-preview .fa-circle-check:hover:before {
    content: "\f058";
    background: #ffffff;
    border-radius: 50%;
}
.col-md-12.waiter_block {
    margin-top: 5px;
    margin-bottom: 10px;
}
#waiter_form .error{
    text-align:left;
}
.arrow-steps .step a{
    color:#ffffff;
}
.header_line span {
    color: #d3ad68;
}
.catHeader {
    background: #000000;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
}
ul#myTab{    
    display: inline-block;
    width: 100%;
    margin: 0 0 14px 0;
    padding: 0;
    height:34px;
    background: #e1e1e18c;
}
ul#myTab li {
    text-align: center;
    border-right: 2px solid #fff;
    margin-bottom: 0px;
    position: relative;
    
    display:inline-block;
}
ul#myTab li.active {
    background: #d3ad68;    
}
ul#myTab li.active a,ul#bottleTab li.active a{
    color: #ffffff;
}
.tabBlock .cat_head {
    width: 50%;
    background: #e1e1e18c;
    display: inline-block;
    float: left;
    padding: 7px 10px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    border-right:2px solid #ffffff;
}
.tabBlock .cat_head.active {
    color: #ffffff;
    background: #d3ad68;
}
.tabBlock .cat1, .tabBlock .cat2 {
    width: 100%;
    float: left;
    display:none;
    margin-top:2px;
}
.tabBlock .cat1.active,.tabBlock .cat2.active{
    display:inline-block;
}
.reservation_block {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom:20px;
}
.booking_action {
    color: #d3ad68;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    padding:5px;
}
.booking_action i {
    border: 1px solid #d3ad68;
    border-radius: 50%;
    text-align: center;
    color: #d3ad68;
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: 5px !important;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.booking_action:hover {
    text-decoration: none;
    color: #d3ad68;
}
.reservation_block .col-md-6.address_block p {
    margin-bottom: 5px;
}
.reservation_block .col-md-6.address_block span{
    font-size: 14px;
    font-weight: bold;
}
.nopad{
    padding:0px !important;
}
.modal_btn {
    width: 100%;
    text-align: center;
    float: left;
    border: 1px solid #c0c0c0;
    padding: 5px 0px 9px 0;
    background: #F5F5F5;
    color: rgb(33, 37, 41);
    font-weight: normal;
}
.modal_btn i{
    font-size: 30px;
    color: #C0C0C0;
    margin-top: 5px;    
    vertical-align: sub;
    cursor: pointer;
}
.modal_btn i:hover{
    color: #d3ad68;
    font-weight: 900;
}
.checkin_info a.done {
    background: #000000;
    color: #ffffff;
    opacity: 0.9;
    border-color: #000000;
}
.send_sms_code {
    
    display: block;
    text-align: right;
    
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    margin: 0;
}
.send_sms_code:hover{
    color: #000000;
}
#login-form .field-wrap.usernameRow.active input {
    width: 64%;
    float: left;
    margin-left: 1%;
}
.field-wrap.usernameRow.active select {
    width: 35%;
    float: left;
    padding: 5px 0px;
    border-radius: 0;
}
.bonus_block .twocol .item-preview.noback {
    background: transparent;
}
.earn_point{
    float: right;
    margin: 5px 0 -10px 0px;
    padding: 2px 5px;
}
.earn_point:after {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #f8d7da !important;    
    position: absolute;
    bottom: -11px;
    right: 20%;
}
#signup input, #signup select {
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: normal;
    height: 35px;
}
#signup label.error, #signup .invalid, span.error{
    text-align:left;
}
#login-form .field-wrap{
    margin-top:0px;
    display:inline;
    width: 100%;
    float: left;
}
#login-form ul.success {
    background-color: #dff2bf;
    border: 1px solid;
    color: #4f8a10;
    padding: 1em 15px 1em 42px !important;
    position: relative;
    margin-bottom: 10px;
    list-style:none;
}
#login-form ul.success li {
    color: #4f8a10;
    font-size: 12px;
    padding-left: 0;
    position: relative;
}
#login-form ul.success li:before {
    color: #8fae1b;
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -20px;
}
#mailchimp_checkbox{
    height:auto !important;
}
.text-justify{
    text-align:justify;
}
a.home_top_link {
    width: auto;
    text-align: center;
    display: block;
    background: #d3ad68;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 0px;
}
a.home_top_link:hover{
    text-decoration: none;
    opacity:0.8;
}
label[for="mailchimp_checkbox"]{
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0px;
    margin-bottom: 7px;
    text-align: justify;
}
.container-fluid.homeBtn{
    text-align: center;
    background: #000000;  
    padding:8px 12px;      
    position: sticky;
    top: 0;
    z-index:99999;
    align-items: center;
    display: flex
}
.container-fluid.homeBtn .header-toggle {
    display: flex;
    flex: 1;
}
.container-fluid.homeBtn .header-toggle a{
    color: #fff;
    height: 35px;
    width: 35px;
    border: 2px solid #666;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    margin:0px;
}
.container-fluid.homeBtn .header-toggle .fa-solid.fa-bars,.container-fluid.homeBtn .header-toggle .fa-solid.fa-x {
    color: #d3ad68;
    font-size: 35px;
    width: 35px;
    height: 35px;
    cursor:pointer;
}
.container-fluid.homeBtn .header-logo {
    flex: 2;
    order: 2;
    justify-content: center;
    height: auto;
    text-align: center;
    width: 282px;    
}
.container-fluid.homeBtn .header-logo img{
    max-height: 70px;
}
.container-fluid.homeBtn .navinlogo {
    display: flex;
    flex: 1;
    order: 3;
    justify-content: flex-end;
}
.navmenu-fixed-left {
    display: none;
}
.navmenu-fixed-left.in {
    display: block;
}
.navmenu-default {
    left: 0;
    position: absolute;
    z-index: 999999999;
    top: 86px;
    width: 200px;
}
.navmenu-default ul{
    background: #000000;
    text-align: left;
    padding: 0px 8px;
}
.navmenu-nav li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
}
.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a,.navmenu-default .navmenu-nav>li>span {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 8px;
    display: inline-block;
}
.navmenu-default .navmenu-nav>li>span{
    color:#d3a368 !important;
}
.alert-primary{
    font-size:14px;
}
.col-md-6.address_block{
    order:2;
}
.col-md-6.map_block{
    order:1;
}
.restaurant_rows {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}
.row.mb10.bottom_row {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.col-md-6.address_block .animated{
    height:300px !important;
}
.nextmsg .okbtn{
    width:100%;
}
.rewards_block .alert-primary{
    width:100%;
    float:left;
}
.tourist-join {
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.hold_message{
    font-size:16px;
}
.content_cls{
    text-align:justify;
    margin-bottom:15px;
    float:left;
    white-space:pre-wrap;
}
.content_cls ul{
    white-space:initial;
}
.fb_iframe_widget span{
    vertical-align:inherit !important;
}
.fancy_box p {
    background: url(https://insiderclub.gr/images/fancy_box_bg.jpg) repeat 0 center;
    border: 4px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    color: rgba(0, 0, 0, 0.15);
    font-size: 80px;
    font-weight: bold;
    line-height: 55%;
    padding: 63px 0 61px 0;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}
.hold_message span{
    display:flex;
}
ul{
    padding:0px;
    list-style-position: inside;
}
.alert.alert-danger.text-center a {
    color: #721c24;
    text-decoration: underline;
    font-weight: bold;
}
.guest_block{
    margin-top:10px;
}
.inner_row .input_block {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.inner_row .input_block input {
    width: 65%;
    float: left;
    padding: 4px;
    background: #fff;
    border: 1px solid #000000;
}
.inner_row .input_block a {
    float: left;    
    padding: 4px 2px !important;
    width: 35%;
    color: #ffffff;
    line-height: 22px;
    border: 2px solid transparent;
    text-align: center;
    font-weight: bold;
    background: #000000;
}
.inner_row .input_block a:hover{
    text-decoration: none;
}
.inner_row .input_block a button{
    border:none;
    background:transparent;
    padding:0px;
}
.guest_checkins tr td, .guest_checkins tr th {
    padding: 7px 5px;
}
.guest_checkins td a{
    color:#000000;
}
.col-md-12.first.last .error {
    text-align: left;
}
.logoutBtn.opaque {
    color: #ffffff;    
    border: 1px solid #ffffff;
    padding: 3px 10px;
    line-height: 22px;
}
.logoutBtn.opaque:hover{
    text-decoration: none;
    opacity:0.8;
}
.altcha-widget-wrap{
    margin: 20px 0px !important;
    overflow: hidden;
}
.altcha-widget-wrap label.error {
    position: absolute;
    top: 45px;
}
.cky-consent-container{
    z-index:99999999;
}
.cky-prefrence-btn-wrapper button {
    font-weight: bold;
}
.cky-footer-wrapper div:last-child {
    display: none !important;
}
.cky-notice-group{
    display:inline-block !important;
}
.cky-notice-btn-wrapper{
    display:block !important;
    margin:0px !important;
    padding-top:15px;
}
.cky-notice-des p{
    line-height: normal !important;
}
.cky-notice-des p small {
    font-size: 12px;
}
.cky-notice-btn-wrapper .cky-btn{
    font-weight: bold;
    margin-right: 15px !important;
    border-radius: 0;
}
.cky-notice-btn-wrapper .cky-btn-accept {
    float:left;  
}
.cky-notice-btn-wrapper .cky-btn-reject {
    float:right;  
}
.cky-notice-btn-wrapper .cky-btn-customize {
    float:right;   
}
.cky-consent-container.cky-banner-bottom{
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.cky-consent-container .cky-consent-bar{
    bottom: 0;
    position: inherit;
}
.cky-accordion-header .cky-accordion-btn {
    color: #000000 !important;
}
.cky-accordion-chevron{
    margin-top: 2px !important;
}
.cky-accordion-item .cky-accordion-header,.cky-preference-header{
    align-items: self-start !important;
}
.cky-btn-close,.cky-btn-revisit-wrapper{
    display: none !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #000000 !important;
    text-decoration: underline !important;
    padding:0px !important;
}
.cky-preference-content-wrapper p .cky-show-desc-btn{
    float: right;
    margin-top: 20px !important;
}
.cky-preference-body-wrapper .cky-horizontal-separator{
    display:inline-block;
}
.addToHomeScreenNo{
    cursor: default !important;
}
.res_area_map{
    float:right;
    font-size:12px;
    text-decoration:underline;
    color:#d3ad68;
    line-height:47px;
    text-transform:none;
}
.res_area_map:hover{
    color:#d3ad68;
    opacity:0.8;
}
#area_map_image .modal-content{
    margin-top:35%;
}
.dele_acc_link {
    margin-top: -10px;
    font-size: 14px;
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom:0px;
}
.form-control.error{
    border-color:red;
}  
.part_heading,.part3_heading,.part2_heading{
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative
}
.area_details .submitbtn:hover{
    color: #ffffff;
    text-decoration: none;
}
.area_details .view-menu{
    color:#d3ad68;
    font-weight:bold;
    text-decoration: underline;
    font-size:12px;
    cursor:pointer;
}
.area_details ul ul {
    display: none;
    list-style: disc;
    padding: 0;
    margin-left: 22px;
    border: none;   
}
.terms_text .view-menu{
    display:none;
}
.event-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    border:1px solid #D9B76E;
    margin-bottom: 30px;
    box-shadow: inset 0 0 0 1px rgba(217, 183, 110, 0.35);
}
.event-text {
    flex: 1;
    min-width: 0;
    cursor: pointer;
    transform: translate(2px);
}
.event-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.event-title span{
    font-weight: normal;
    margin-left:5px;    
}
.event-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 8px;
    background:#d3ad68;
    color: #ffffff;    
    font-size: 13px;
    font-weight: 700;
    min-height: 36px;
}
.event-cta.back_transparant{
    background: transparent;
    padding: 0;
    font-size: 20px;
}
.event-cta:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}
.event_head_desc {
    font-weight: bold;
    color: #000000;
}
.event_head_desc div {
    font-size: 18px;
    margin-bottom: 5px;
}
.event-title.text-center {
    margin-right: 10px;
}
.footer-wrap {
    padding: 50px 0px 70px 0;
    position: relative;
    background: #212121;
    text-align: center;
}
.footer-menu {
    display: inline-block;
    width:100%;
}
.footer-menu ul {
    margin: 0;
    list-style: none;
}
.footer-menu li {
    margin-right: 10px;
    display: inline-block;
    float: none;
}
.footer-menu a, .site-copyright {
    color: #cccccc !important;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    font-size:13px;
}
.bootstrap-select .dropdown-menu li.selected{
    background-color: #d3ad68;
}
.bootstrap-select .dropdown-menu li.selected a{
    color: #ffffff;
}
.bootstrap-select .dropdown-menu li a {
    font-weight: bold;
    color: #000000;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.bookable_slot .sticky_pay {
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: #b7b7b2;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
    line-height: 20px;
    color:#ffffff;
}
.ic-payrow{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
 
.ic-price{
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
 
.ic-cashback{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 12px;
  border-radius:5px;
  background:#d3ad68;
  color:#fff;
  white-space:nowrap;
  flex-shrink:0;
}
.booking_row .payment_row .ic-cashback {
    background: #000000;
    display: inline-grid;
    gap: 2px;
    line-height: normal;
    margin-left:auto;
} 
.ic-price-mobile{ display:none; }
.ic-price-desktop{ display:inline; }

.booking_row.area_details,.voucher_row{
    width:100%;
    border:1px solid #ccc;
}
.booking_row.area_details .payment_row {
    background: #b7b7b2;
    color: #ffffff;
    border-radius: 0;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 16px;
}
.booking_row.area_details .pay_desc{
    cursor:pointer;
}
.booking_row.area_details .payment-desc{
    padding:10px;
}
.booking_row.area_details .payment-desc ul{
    list-style: none;
    margin:0px;
}
.booking_row.area_details .payment-desc ul ul{
    list-style: disc;
    margin-left: 30px;
}
.booking_row .col-md-4 {
    text-align: center;
    margin: 15px 0px 0px 0px;
}
.booking_row .col-md-4 i {    
    margin: 0px 0px 10px 0px;
}
.voucher_row{
    text-align:center;
    justify-content:center;
}
.voucher_row p.title{
    font-weight:bold;
    margin-bottom: 10px;
    font-size:16px;
}
.voucher_row p {
    width: 100%;
    margin: 0 10%;
    line-height: normal;
    font-size:15px;
}
.voucher_row h2 {
    background: #000000;
    color: #d9cdb8;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 8px 0px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.06em;
}
.voucher_row .view_voucher {
    background: #000;
    color: #d9cdb8;
    font-weight: bold;
    border: none;
    text-align: center;
    margin: 15px 0px 20px 0px;
    padding: 7px 20px;
}
.voucher_row .voucher_block {
    margin-bottom: 20px;
    width: 100%;
}

/* ===== Unit container (full-width panel inside expanded area) ===== */
.voucher-unit {
    background: linear-gradient(180deg, #1c1f26 0%, #15181e 100%);
    border: 1px solid rgba(211, 173, 104, .28);
    /* border-radius: 14px; */
    padding: 0px;
    margin: 0 0 14px;
    width: 80%;
    margin-left: 10%;    
}

/* ===== Title row: BEACH + gold badge ===== */
.voucher-title {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    background: #000;
    padding: 14px 12px;
}

.voucher-title .name {
    font-weight: bold;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d9cdb8;
    font-size: 14px;
}

/* Badge style (Option C) */
.voucher-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  background: #F3EBDD;                 /* solid gold fill */
  color: #0c0c0c;                          /* black text */
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 21px;
  margin-left:auto;
  text-transform: uppercase;
}


.voucher-badge:hover{
    text-decoration:none;
    color: #0c0c0c;             
}

/* Divider */
.voucher-divider{
  height:2px;
  background: #ffffff;
  margin: 0px 0 6px;
}

/* ===== Rows (tight spacing, table feel) ===== */
.voucher-row{
    display: grid;
    grid-template-columns: 3fr 80px 30px 1fr;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 14px;
    padding:0px 12px;
}

.voucher-item{
    text-transform: uppercase;
    color: #FBF7F0;
    text-align:left;
    font-size: 14px;
}

.voucher-old {
    text-align: right;
    color: #FBF7F0;
    text-decoration: line-through;
    text-decoration-color: rgba(251, 247, 240, 0.8);
}

.voucher-arrow{
    text-align: center;
    color: #FBF7F0;
}

.voucher-new{
    text-align: right;
    white-space: nowrap;
    color: #FBF7F0;
    font-weight:bold;
    display:grid;
}

.voucher-you-pay{
    color: #FBF7F0;
    margin-right: 6px;
    grid-column:1;
    text-align: left;
}
.voucher-new strong{
    grid-column:2;
}

/* ===== Footer note ===== */
.voucher-note {
    /* margin-top: 10px; */
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    padding: 0px 12px;
    background: #111;
    padding: 6px 12px;
}

.voucher_terms {
    background:#F3EBDD;
    border-left:3px solid #000000;
    padding:14px 16px;
    margin: 0px 12px 12px 12px;
    font-size:13.5px;
    line-height:1.45;
    color:#3a3a3a;
    border-radius:6px;
}
.voucher_terms strong{
    color:#000000;
}
.policy-box{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 15px;
    background: #ffffff;
    width:100%;
    scroll-margin-top: 80px;
}

.policy-row {
    width: 100%;
    display: inline-block;    
}

.policy-icon {
    color: #000000;
    font-size: 20px;
    /* margin-left: 10px; */
    width: 10%;
    text-align: center;
    float: left;
    /* display: inline-block; */
}
.policy-content {    
    display: inline-block;
    width: 80%;
    text-align: justify;
}

.policy-title{
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-bottom: 6px;
}

.policy-text {
    font-size: 14px;
    color: #000;
    line-height: normal;
}
.policy-text a{
    color:#d3ad68;
    font-weight: bold;
}
.policy-text.cancel-text ul:first-child{
    margin-bottom:0px;
}
.payment-summary {
    background: #C8BEAE;
    padding: 12px 12px;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 1px;
}

.payment-summary .pay-now strong {
    font-weight: 700;
}

.payment-summary .was-price del {
    opacity: 0.7;
}

.payment-summary .separator {
    opacity: 0.6;
}

.payment-summary .voucher-applied {
    color: #ffffff;
}

.payment-summary .cashback-info {
    color: #ffffff;
}
.policy-wrapper {    
    padding: 0px 0px 10px 0px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.policy-label {
    font-weight: normal;
    color: #d3ad68;
}

.policy-link {
    color: #d3ad68;
    text-decoration: none;
    font-weight:bold;
    transition: 0.2s ease;
}

.policy-link:hover {
    text-decoration: underline;
    color: #d3ad68;
    opacity:0.8;
}

.dot {
    color: #b5964b;
}
.field-wrap.pass_row{
    position: relative;
}
.head_without_title{
    margin-top:-20px;
}
select option:disabled{
    color:#cccccc;
}
@media screen and (max-width: 999px) {
    .fancy_box {
        display: none;
    } 
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
} 
@media screen and (max-width:760px){
    #submitMainCat{
        width:100%;
        margin-top:10px;
    }
    .cky-notice-btn-wrapper{
        display:flex !important;       
    }    
    .cky-notice-btn-wrapper .cky-btn-accept {
        order:1;
    } 
    .cky-notice-btn-wrapper .cky-btn-reject {
        order:2 !important;
    }
    .cky-notice-btn-wrapper .cky-btn-customize {
        order:3 !important;
    }
}
@media screen and (max-width:600px){
    .ic-price-mobile{ display:inline; }
    .ic-price-desktop{ display:none; }
    .container-fluid{        
        width:100%;
    }
    #submitCat{
        margin-top:8px;
    }
    .header_line{
        font-size: 20px;
        height: 35px;
    }
    .nav-tabs>li>a{
        font-size:9px;
    }
    ul.cat_filter{
        top: 9px;
    }
    .nav-tabs>li>a:after{
        bottom:-6px !important;
    }
    .cancel_btn{
        width:100%;
    }
    .tourist_phone .third_row{
        display: inline-block;
        text-align: center;
    }
    .tourist_phone .third_row #send_code{
        margin:0px;
        width:100%;
    }
    .arrow-steps .step{
        width:30%;
    }
    .submit_block .cancelbtn{
        margin-bottom: 5px;
    }
    .submit_block .element-button,.submit_block .cancelbtn{
        width:100%;
        font-size:13px;
    }
     .mobile_top_mar{
        margin-top:30px !important;
    } 
    .change_bottle_box.success.text-center, .level_success{
        line-height: 11px !important;
    }       
    .bonus_block .twocol{
        width:100%;
        margin-right:0px;
    }
    .col-12 #submitWidget{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .bonus_block .twocol .item-bottom{
        bottom:0px;
        top:inherit;
        min-height: auto;
    }
    .item-preview .item-details{
        padding:5px 10px 0;
    }
    .item-preview .item-name{
        font-size:16px;
    }
    .item-subtitle{
        line-height: 14px;
        margin-bottom: 0;
        font-size:13px;
        padding-top:0px;
        min-height:40px;
    }
    .item-subtitle p{
        margin-bottom: 0;
    }
    .bottle_message_box .submit_block .element-button{
        float:none;
    }    
    .earn_point{
        margin-top:10px;
    }
    .col-md-6.map_block .footer-info, .col-md-6.address_block .footer-info{
        line-height: normal;
        margin-top: 10px;
    }
    .hide,.hidebr{
        display:none;
    }
    .hold_message{
        font-size:14px;
        line-height:normal;
    }
    .password_block .inputPlaceholder {
        font-size: 11px;
    }   
    .hours_row .timeBTN{
        font-size:11px;
    }
    .reservation_block .col-md-6.address_block span{
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }
    .res_area_map{
        line-height: 34px;
    }
    .event-title span{
        float:left;
        margin: 2px 0 0 0;
    }
    .event-title.text-center span {
        width: 100%;
    }
    .buttonContinueBlock .bottom_space{
        width:100%;
    }
    .voucher_row h2{
        font-size:20px;
    }
    .policy-wrapper{
        font-size:12px;
    }
    .voucher-unit,.voucher_row p{
        width:90%;
        margin-left:5%;
        margin-right:5%;
    }
    .voucher-title{
        padding-left:5px;
        padding-right:5px;
    }
    .bookable_slot .sticky_pay{
        width: 20px;
        height: 20px;
        font-size: 10px;
        padding-right: 2px;
        line-height: 13px;
    }
}
@media screen and (max-width:450px) {
    .searchCol label{
        font-size:12px;
    }
}
