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;
}
.mb10{
    margin-bottom:10px;
}
.mb30{
    margin-bottom:60px;
}
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;
}
.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;
}
.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:999;
}
.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%;
    
}
.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:15px;
}
.timeBTN.active.bookable_slot {
    color: #000000;
    font-weight: bold;
    outline: double;
    outline-color: #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: 1px !important;
    margin-right: 0 !important;
    width: 100%;
    margin-top: -51px;
    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;
    height: 32px;
    margin-top: 0px;
    float:right;
}
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;
    margin-top: 30px;
}
.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: 16px;
}
.black_back.booking_details {
    background: #000000;
    line-height: 30px;
}
.reservation_block .inner_row {
    padding: 0px 15px;
}
.booking_details div {
    display: inline-block;
    margin-right: 14px;
}
.guest_button {
    background: #000000;
    color: #ffffff;
    width: 100%;
    padding: 7px 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.guest_button a {
    width: 100%;
    margin: 0;
    color: #ffffff;    
    font-weight: normal;
    display: inline-block;
}
.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%;
}
.part2_heading {
    margin-top: 20px;
}
.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;
}
.nsl-button div {
    display: inline-block;
    color: #ffffff;
    margin-right: 10px;
    padding: 5px 0px;
    margin-left: 10px;
    line-height: 24px;
}
.field-wrap.text-center.login_block {
    font-size: 14px;
}
.loginlink {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.loginlink:hover{
    color:#d3ad68;
}
.guest_button i {
    font-size: 24px;
    margin-right: 15px;
    vertical-align: bottom;
}
.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;
}
.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(../img/main/close_login.png) no-repeat !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% 100% !important;
}
.site-popup .nsl-button-label-container {
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
#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(../img/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;
}
.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: 18px;
    font-weight: bold;
    text-align:left;
}
.img_block{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom:15px;
}
.img_block img{
    max-width:100%;
}
.address_block{
    padding-left: 4%;
}
.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;
}
.bootstrap-select .dropdown-menu li{
    padding-left:16px;    
}
.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 0px;
}
.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: #cce5ff;
    width: auto;
    display: inline-block;
    padding: 2px 15px;
    color: #004085;
}
#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;
}
.fb_layer {
    margin-bottom: 15px;
}
.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;
}
.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('../img/bonus_2back.jpg');
    background-position: center center;
    background-size: cover;
}
.bottles_block .twocol .item-preview{
    background:url('../img/bottle_background.jpg');
    background-position: center;
    background-size: cover;
}
.cashback_block .twocol .item-preview{
    background:url('../img/cashback_back.jpg');
    background-position: center;
    background-size: cover;
}
.bonus_block.rewards_block .twocol .item-preview{
    background: none;
    height:250px;
}
.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;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom:20px;
}
.booking_action {
    color: #000000;    
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
}
.booking_action i {
    border: 1px solid #d3ad68;
    border-radius: 50%;
    padding: 10px;
    color: #d3ad68;
    margin-right: 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;
}
.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;
}
#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:5px;      
}
.container-fluid.homeBtn img{
    height:50px;        
}
.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;
}
.wordpress-gdpr-privacy-settings-popup{
    max-width:90%;
    left:5%;
    top:10%;
    transform:none;
}
.wordpress-gdpr-privacy-settings-popup-description{
    display:block;
}
.wordpress-gdpr-popup-overlay .wordpress-gdpr-popup-container{
    left: 0px;
    right: 0px;
    bottom: 0;
    top: unset;
    width: 100%;
    max-width: 100%;
    transform: none;
}
.wordpress-gdpr-popup-close,.wordpress-gdpr-privacy-settings-popup-services-container hr {
    display:none;
}
.wordpress-gdpr-popup-overlay-backdrop{
    background-color:rgba(0,0,0,0.4);
}
.wordpress-gdpr-popup-actions-buttons{
    float:left;
}
.wordpress-gdpr-popup-actions-links{
    float:right;
}
.wordpress-gdpr-popup-privacy-settings-text{
    padding:10px 15px;
    text-decoration:none !important;
    float:left;
}
.wordpress-gdpr-popup-text a{
    text-decoration:underline;
    color:#000000;
}
.wordpress-gdpr-popup-agree,.wordpress-gdpr-popup-decline{
    float:left;
    font-weight:bold;
    margin-right:5px;
}
#wordpress-gdpr-privacy-settings-popup-close{
    background: #000;
    padding: 7px 5px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    height: auto;
}
#wordpress-gdpr-privacy-settings-popup-close:hover {
    color: #fff;
    text-decoration: none;
    opacity:0.8;
}
.wordpress-gdpr-privacy-settings-popup-logo .fancy_box p{
    font-size:35px;
    padding:45px 0px;
}
.wordpress-gdpr-popup-privacy-settings-services-content-cookies{
    display:none;
}
.wordpress-gdpr-privacy-settings-trigger-container{
    position: relative;
    line-height: 25px;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.fb_iframe_widget span{
    vertical-align:inherit !important;
}
input[type="checkbox"].gdpr-service-switch:focus{
    outline:none;
}
.wordpress-gdpr-privacy-settings-popup-services-buttons .btn
{
    padding:7px 5px;
    font-size:12px;
}
.wordpress-gdpr-popup-privacy-settings-text, .gold_tour, .active-coupons-title, .owl-prev, .owl-next{
    background: #d3ad68;
    font-weight: 700;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.wordpress-gdpr-privacy-settings-popup-logo .fancy_box p {
    font-size: 35px;
    padding: 45px 0px;
}
.fancy_box p {
    background: url(../img/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;
}
.wordpress-gdpr-privacy-settings-popup-info,.wordpress-gdpr-popup p{
    font-size:14px;
    color:#6f6f6f;
    line-height: 1.5;
}
.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;
}
@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;
    }
}
@media screen and (max-width:600px){
    .container-fluid{        
        width:100%;
    }
    #submitCat{
        margin-top:8px;
    }
    .header_line{
        font-size: 20px;
        height: 35px;
    }
    .nav-tabs>li>a{
        font-size:9px;
    }
    .ppb_header_wrapper{
        margin-top:-40px;
    }
    ul.cat_filter{
        margin-top: -18px;
    }
    .nav-tabs>li>a:after{
        bottom:-6px !important;
    }
    .cancel_btn{
        width:100%;
    }
    .footer-info.heading {
        text-align:center;
    }
    .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;
    }
    .change_bottle_box.success.text-center, .level_success{
        line-height: 11px !important;
    }       
    .bonus_block .twocol{
        width:100%;
        margin-right:0px;
    }
    
    .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;
    }
    
    .hide,.hidebr{
        display:none;
    }
    .hold_message{
        font-size:14px;
        line-height:normal;
    }
    .wordpress-gdpr-popup-text p{
        font-size:12px;
    }
    .wordpress-gdpr-popup-text p strong{
        font-size:14px;
    }
    #wordpress-gdpr-privacy-settings-popup-close,.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline,.wordpress-gdpr-popup-actions-buttons,.wordpress-gdpr-popup-actions-links{
        float:left;
        width:100%;
        margin:0px 0px 10px 0px;
    }
    .wordpress-gdpr-popup-actions-buttons a,.wordpress-gdpr-popup-actions-links a{
        text-align:center;
        float:left;
        width:100%;
    }
    .fancy_box ,.wordpress-gdpr-privacy-settings-popup-info p{
        display: none;
    }
    .password_block .inputPlaceholder {
        font-size: 11px;
    }
   
    .hours_row .timeBTN{
        font-size:11px;
    }
    .address_block .booking_action {
        margin-left: 15%;
    }
    .reservation_block .col-md-6.address_block span{
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
        text-align:center;
    }
    .reservation_block .address_block:last-child {
        text-align: center;
    }
}
