/*** Add here all your css customizations ***/
/* Apply styles to WebKit browsers */
::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #000; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #f30100; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #ff3333; /* Color of the scrollbar thumb when hovered */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    word-break: break-word;
    color: #fff;
}
.vrtkitemsdiv .vrtkmenuheader .vrtkmenutitlediv {
    color: #fff;
}
.center {
    margin: auto !important;
}
a {
    color: #ffffff !important;
}
.vrtk-grid-product {
    min-width: 385px;
}
button.vrtk-additem-cancel-button:hover {
    background: #005596;
}
.col-md {
    margin-left: 120px;
}
.jbd-container .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 90%;
    }
.vrtk-confcart-item-details {
    background: #00000038;
    margin: 7px 0 0;
    border-radius: 1em;
    color: #4CAF50;
}
#upcontent {
    background: #000000;
}
body {
    background: #000;
    color: #eaeaea;
    text-rendering: optimizeLegibility;
    font-weight: 500;
        overflow-y: auto !important; /* Enable vertical scrolling */
    overflow-x: hidden !important; /* Disable horizontal scrolling */
}
.vrrequiredfield {
    border-color: #B11 !important;
    border: 4px solid #B11 !important;
}
.vikcs-slider .slide-text {
    top: 36% !important;
}
#main {
    background: #111;
    border-radius: 1em;
}
.vrtk-deals-module {
    background: #000;
    border: 4px solid #9b0505;
    padding: 10px 0;
    border-radius: 1em;
}
.vrtk-dealsmod-offer {
    background: #ffffff12;
    margin: 10px;
    font-size: 1em;
    border-radius: 1em;
    padding: 10px 15px;
    border: 1px solid #ffffff12;
}
.vrtk-dealsmod-listfull-toggle button {
    background: #0a0a0a repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    padding: 7px 15px;
}
.vrtk-additem-quantity-box .quantity-actions>a.disabled {
    color: #fff;
}

.vrtk-additem-quantity-box .quantity-actions .vrtk-action-remove {
    border-right: 1px solid #4CAF50;
}
.vrtk-additem-quantity-box .quantity-actions>a {
    flex-basis: 40px;
    padding: 2px 10px;
    background: #4CAF50;
    color: #fefefe;
}
.vrtk-additem-tcost-box {
    padding: 5px 15px;
    background: #000;
    border-color: #4CAF50;
    color: #f00;
}
nav.nav-devices-inner {
    background: rgb(0 0 0) !important;
    background: linear-gradient(90deg, rgb(0 0 0) 86%, rgb(255 255 255 / 2%) 92%, rgb(255 255 255 / 2%) 100%) !important;
}
button.vrtk-additem-cancel-button {
    background: #003965 none repeat scroll 0 0;
    color: #fff;
}
.fancybox-image, .fancybox-spaceball {
    border-radius: 1em;
}
.fancybox-bg {
    background: #00000033;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #f00;
}
.vrtk-attribute-box {
    background: #000;
    border-radius: 1em;
    padding: 20px 20px;
    margin: 0 5px;
}
.vrtksingleitemdiv-inner.row {
    border-radius: 1em;
}
.vrtkitemsdiv .vrtkitemimagediv img {
    display: block;
    border-radius: 1em;
}
.vrtk-gridlayout .vrtksingleitemdiv-inner {
    background: #000;
}
.social-icons-menu {
    padding: 17px 0px 0px 0px;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icons-menu {
    float: right;
    display: inline-block;
    padding: 10px 0px 0px 10px;
}
i.far.fa-plus-square {
    background-image: url(/images/bistro-buddy-bag-small-add.png);
    background-size: cover;
    color: #f3010000;
    width: 35px !important;
    height: 35px !important;
}
i.fas.fa-shopping-bag {
    color: #f30100;
    margin-left: -10px;
}

.slide-text > a:hover, .slide-text > a:active {
    color: #ffffff;
    background: #4caf50;
}

.vrtkgotopaydiv .vrtkgotopaybutton {
    background: #f30100 !important;
}
.vrtkgotopaydiv .vrtkgotopaybutton:hover {
    background: #4caf50 !important;
}

input.vrsearchsubmit:hover, input.vrresultbookbutton:hover, .vrresultfalsehintdiv a:hover, .vrresultbookbuttonfind:hover, .vrresultbookbuttoncontinue:hover, #vrconfcontinuebutton:hover, input.vrordersubmit:hover, .vrcouponcodesubmit:hover, .vrloginspaninput .vrloginbutton:hover {
    background: #4caf50;
}
.vrmod-search-wrappercal input[type="text"] {
    border-radius: 5px;
    position: relative;
    background: white;
}

.vrstepbardiv .vrstepactive a .vrsteptitle {
    border-color: #f30100 !important;
    background-color: #f30100 !important;
}
.vrstepbardiv .vrstepactive .vrstep-inner:after {
    background: #f30100 !important;
}


.vrformfieldset legend {
    font-size: 29px !important;

    max-width: 100% !important;
    width: 100% !important;
}
.vrtk-map-delivery-search {
    background-color: #111;
    padding: 10px;
}
.vrtk-map-delivery-search.delivery-left .map-response .success, .vrtk-map-delivery-search.delivery-right .map-response .success {
    border: #ffffff;
    background-color: #529912eb;
}
.vrtk-map-delivery-search.delivery-left .map-response .fail, .vrtk-map-delivery-search.delivery-right .map-response .fail {
    border: 1px solid #ffffff;
    background-color: #ed0000;
    font-weight: bold;
}
.vikmodsp-divimg {
    position: relative;
    border-radius: 0.25em;
    /* border-radius: 0.25em; */
}
.vikmodsp-speaker img {
    opacity: 0.9;
}

.category-desc {
    width: 98%;
    border: 4px solid #f30100;
    padding: 4px;
    border-radius: 0.25em;
    margin: 0px 5px 15px 5px;
}
.img-responsive {
    width: 100%;
    border-radius: 1.25em;
    padding: 15px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: justify;
}
.tbar-logo {    
    display: flex !important;
}
.main-body {
    padding: 10px, 20px !important;
}

.title-flex {
    text-transform: uppercase !important;
    font-size: 3vw !important;
}
.title-cap {
    text-transform: uppercase !important;
}

.vikwallimage-container {
    z-index: 0 !important;
}
.grecaptcha-badge {
    opacity: 0 !important;;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px #f301006e;
}
.btn:hover {
    color: #fff;
    background: #f30100;
}
.btn2 {
    margin-bottom: 20px;
	color: #fff;
    background: #159049;
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.575rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn2:hover {
    color: #fff;
    background: #2ab966;
}
.vikmodsp-socials-link > a {
    padding: 2px 0 0 !important;
}
.vikmodsp-socials-link > a {
    background: #7ca3d6 !important;
}
li.item-1481.current.active {
    background: #fff;
    padding: 0.25em;
    border-radius: 0.25em;
}
li.item-1481.current.active :hover {
    background: #fff;
    padding: 0.25em;
}
a.legal-menu {
    padding: 1em;
}
.vrtkcartorderbutton {
    width: 98% !important;
    font-size: 16px !important;
    margin: 0px 0px 0px 10px !important;
  font-weight: 900;

}
.btn, .vap-btn {
    padding: 15px 35px !important;
}
.vrreservationform .vrformfieldset {
    background: #eee !important;
    padding: 15px !important;
    width: auto !important;
}
.vrformfieldset .vrsearchinputdiv {
    margin: 5px !important;
}
.vrstepbardiv .vrstep .vrstep-inner:after {
    width: 100% !important;
}
.vrstepbardiv .vrstepactive.step-current .vrsteptitle {
    left: -2px !important;
}
li {
    padding: 0.25em 0.5em !important;
}
.reset, .remind, .registration {
    width: auto !important;
}
.registration .form-horizontal .control-label {
    text-align: left !important;
}
.controls {
    text-align: center;
    width: 99%;
}
.login {
    width: auto;
    text-align: left;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 14px 0px rgb(0 0 0 / 10%);
}
.vrloginfieldsdiv .vrloginsplabel {
    float: left !important;
}
.vrloginbutton, .vrregisterblock .vrloginspinput .vrbooknow {
    background: #f30100 none repeat scroll 0 0;
    font-size: 20px;
}
.vrloginbutton {
    width: 98% !important;
}
form#vrloginform {
    width: 100% !important;
}
.vrloginblock, .vrregisterblock {
    text-align: left !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    background-color: #000 !important;
    border: 0;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
}
#login-form-e4j .login-form-btn .btn, .reset .btn, .remind .btn, .registration .btn.validate {
    margin: 20px !important;
    width: 50%;
    padding: 10px;
}
.authorize-wrapper {
    width: 100% !important;
}
.authorize-field-entry {
    padding: 0 30%;
}
.authorize-field-dropdown {
    width: 230px !important;
}
#authorize-expmonth {
    width: 115px !important;
}
#vrtkconfcartitemsdiv {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 15px;
    min-width: 300px;
}
.moduletable_menu > ul > li > a, .moduletable_menu > ul > li > span, #mainmenu .moduletable > ul > li > a, #mainmenu .moduletable > ul > li > span, #mainmenu .moduletable_menu > ul > li > span, #mainmenu .moduletable h3, .nav-devices-list .moduletable > ul > li > a, .nav-devices-list .moduletable > ul > li > span, .nav-devices-list .moduletable > h3 {
    font-size: 1.4em !important;
}
.nav-devices-inner .moduletable_menu > ul > li > .l-block, .nav-devices-inner .moduletable > ul > li > .l-block, .nav-devices-inner .moduletable_menu > ul > li > ul, .nav-devices-inner .moduletable > ul > li > ul {
    font-size: 0.9em;
}
.nav-devices-inner {
    background: #111 !important;
    background: linear-gradient(90deg, #111 86%, #111 92%, rgb(0 0 0) 100%) !important;
}
div#tbar-logo {
    width: 100% !important;
    height: auto !important;
    max-width: 200px !important;
            margin-top: 0px;
        margin-left: 0;
        padding: 0 10px;
    }
/* ===== Scrollbar CSS ===== */
  /* Cart Floating */
.vrtkcartleftrow {
    max-width: 100%;
    width: auto;
}


.vrtkitemcontainer {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    max-height: 480px !important;
    height: 100% !important;
    margin-top: 0px !important;
}

.e4j-body-shifted #main-container {
    transform: translate3d(-400px,0,0) !important;
}
.nav-devices-inner {
    width: 330px !important;

}
.nav-devices-inner a:hover:hover {
    color: #093c00 !important;
}

  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #eeeeee #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 14px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
    border-radius: 31px;
    border: 3px solid #ffffff;
  }
.nav-devices-inner .moduletable_menu > ul > li > .l-block li a, .nav-devices-inner .moduletable > ul > li > .l-block li a, .nav-devices-inner .moduletable > ul > li > .l-block li span, .nav-devices-inner .moduletable_menu > ul > li > .l-block li span, .nav-devices-inner .moduletable_menu > ul > li > ul li a, .nav-devices-inner .moduletable > ul > li > ul li a, .nav-devices-inner .moduletable > ul > li > ul li span, .nav-devices-inner .moduletable_menu > ul > li > ul li span {
    font-weight: 400;
      font-size: 1.5em;
}
.moduletable_menu > ul > li > a, .moduletable_menu > ul > li > span, #mainmenu .moduletable > ul > li > a, #mainmenu .moduletable > ul > li > span, #mainmenu .moduletable_menu > ul > li > span, #mainmenu .moduletable h3, .nav-devices-list .moduletable > ul > li > a, .nav-devices-list .moduletable > ul > li > span, .nav-devices-list .moduletable > h3 {
    font-weight: 900;
}
.nav-devices-inner .moduletable_menu > ul > li:hover > a, .nav-devices-inner .moduletable > ul > li:hover > a, .nav-devices-inner .moduletable > ul > li:hover span, .nav-devices-inner .moduletable_menu > ul > li:hover span {
    color: #e5c5c5;
}
nav.nav-devices-inner {
    background: rgb(255,255,255) !important;
    background: linear-gradient(90deg, rgba(255,255,255,1) 86%, rgba(228,228,228,1) 92%, rgba(228,228,228,1) 100%) !important;
}

.nav-devices-inner { 
  border-radius: 0.25em;
}
.nav-devices-inner a:hover:hover {
background: rgb(149,20,20);
background: linear-gradient(0deg, rgba(149,20,20,1) 0%, rgba(112,9,9,1) 5%, rgba(255,255,255,0.5018382352941176) 5%, rgba(255,255,255,0.4990371148459384) 95%, rgba(23,161,82,1) 95%, rgba(23,161,82,1) 100%);
}
a:hover {
    color: #093c00;
}
.total-side .grid-module > .moduletable {
    padding: 0px 10px;
}
.cw-panel.cw-text-center {
    width: 100%;
    min-width: 350px;
}
.cw-margin-bottom.cw-button-group {
    margin-left: 38px;
    margin-top: 8px;
}
cw-width-1-1 {
    width: 100%;
    height: 0px;
}
.vrformfieldset .vrsearchinputdiv {
    display: flex !important;
    width: 100% !important;
}
.vrreservationform .vrformfieldset {
    background: #eee !important;
    padding: 25px !important;
    width: 100% !important;
    margin: auto auto !important;
}
/* BISTRO BUDDY BAG ----------- */
i.fas.fa-shopping-bag {
    background-image: url(/templates/bistrobuddyrestauranttemplate/images/bistro-buddy-bag-small.png);
    background-size: cover;
    color: #f3010000;
}

i.fa.fa-shopping-basket {
    background-image: url(/templates/bistrobuddyrestauranttemplate/images/bistro-buddy-bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #f3010000;
    width: 180px;
    height: 19px;
    margin: 4px 0;
}

.cart-numb-badge {
    font-size: 11px;
    background: #7ca3d600 !important;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: -10px;
}

.vrtkcartpricemodule {
    font-size: 24px !important;
}
.vrtkcartpricemodule {
    font-size: 24px !important;
}

.slide-text > p {
    max-width: 85%;
    margin: 1em auto;
}
.bottomsearch {
    background: rgb(255 255 255 / 12%);
}
.bottomsearch {
    background: rgb(149,20,20);
    background: linear-gradient(90deg, rgba(149,20,20,0.30015756302521013) 0%, rgba(149,20,20,0.3) 33%, rgba(255,255,255,0.3) 33%, rgba(255,255,255,0.3) 66%, rgba(23,161,82,0.3) 66%, rgba(23,161,82,0.3) 100%);
}

.logomenupart {
    z-index: 10000;
    width: 100%;
    display: inline-block;
    min-height: 80px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 3%, rgba(149,20,20,1) 3%, rgba(112,9,9,1) 7%, rgba(149,20,20,1) 60%, rgba(112,9,9,1) 95%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 98%, rgba(23,161,82,1) 98%, rgba(23,161,82,1) 100%);
}
.grid-module > .moduletable {
    margin: 5px 0px;
    padding: 30px 0px;
}
.cw-panel.cw-text-center {
    width: 94%;
    min-width: 295px;
}
body.e4j-body-page {
    overflow-x: hidden!important;
    width: auto!important;
}

.vr-overlay {
    z-index: 999999 !important;
}
i.fas.fa-plus-square {
    background-image: url(/images/bistro-buddy-bag-small-add.png);
    background-size: cover;
    color: #f3010000;
    width: 35px !important;
    height: 35px !important;
}
.vre-select {
    background: #000;
}

.vr-overlay {
    position: fixed;
    background-color: rgb(0 0 0 / 33%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.vr-modal-box {
    background: none repeat scroll 0 0 #000;
    border-radius: 1em;
}
.vrtk-additem-notes-box, .vrtk-additem-groups-container .vrtk-additem-group-box {
    background: #000000;
    border-radius: 1em;
}

/* Increase size and customize checkboxes */
input[type="checkbox"] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    accent-color: #17A152; /* Set color */
    cursor: pointer;

}

/* Increase size and customize radio buttons */
input[type="radio"] {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    accent-color: #17A152; /* Set color */
    cursor: pointer;
}

/* For browsers that do not support accent-color */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #17A152;
    border-radius: 4px; /* For rounded corners */
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

input[type="checkbox"]:checked {
    background-color: #17A152;
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 0;
    left: 4px;
    color: #fff;
}

/* For browsers that do not support accent-color for radio buttons */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #17A152;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

input[type="radio"]:checked {
    background-color: #17A152;
}

input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #17A152;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.nav-devices-list {
    background: #000;
}

.ui-widget-content {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    background: #000000 !important;
    font-weight: normal;
    color: #fff;
    font-size: 0.8em;
border-radius: 1em;
}
.ui-state-default.ui-state-active {
    color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #000;
    border-radius: 1em;
}
.ui-datepicker td a:hover {
    background: #4CAF50 !important;
    color: #fff !important;
}
div#ui-datepicker-div {
    border-radius: 1em;
}
.vrmod-search-wrappercal input[type="text"] {
    border-radius: 5px;
    position: relative;
    background: black;
}
.vrtk-menus-date-block {
    background: #000;
    border-radius: 3px;
    padding: 5px 15px;
    color: #fff;
}


.vrtkdeliveryradiodiv>span {
    text-align: center;
    display: inline-block;
    background: #090909;
    padding: 15px;
    border: 0px solid #eee;
    margin: 5px 5px 5px 0;
    border-radius: 1em;
}
.vrcouponcodediv .vrcouponcodetext, .vrinput, .vrlogininput {
    background: #00000045;
    border: 0;
    border: 0px solid #ddd;
    padding: 8px 10px;
    border-radius: 1em;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    color: #fff;
    margin: 10px 0px;
}
.vrcouponcodediv {
    border-radius: 2px;
    background: #0000003d;
    border: 0px;
    display: table;
    margin: 10px auto;
    padding: 20px 80px;
    width: auto;
}
.vrtk-confcart-fullcost-details.gratuity {
    background: #0000004a;
    display: inline-block;
    padding: 10px;
    float: right;
    border-radius: 1em;
}
input#vrtk-gratuity-amount {
    background: #000;
    color: #fff;
}
.vrtk-menus-date-block.vre-calendar-wrapper {
    min-width: 166px;
}
.vrtkitemsdiv .vrtkitemimagediv img {
        border: 0px solid #CCC;
        padding: 0px;
}
.vrtk-grid-product-boxdiv {
    width: 100%;
    display: inline-block;
    border: 1px solid #414141;
    background: #000 !important;
    transition: all 200ms ease-in-out 0s;
    border-radius: 1em;
}
.vrtk-grid-product-boxdiv .product-image {
    border-radius: 1em;
}
.vrtk-itemdet-prod-body .tk-left .tk-image img {
    max-width: 100%;
    border-radius: 1em;
}
.vr-reviews-quickwrapper {
    background: #0000;
}
blockquote.quote-border.text-center {
    background: #ffffff12;
    border: 10px;
    padding: 10px;
    margin: 10px;
    border-radius: 1em;
}

.vrtksingleitemdiv-inner.row {
  transition: transform 0.2s ease-in-out;
}

.vrtksingleitemdiv-inner.row:hover {
  transform: scale(1.03); /* Increase the size by 10% */
}
.vrtk-map-delivery-search .map-fieldset input {
    border: 1px solid #000;
    padding: 8px 10px 8px 30px;
    border-radius: 1px;
    font-size: 13px;
    background: #000;
    border-radius: 1em;
    margin: 5px 40px;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.vrresultsummarydiv {
    padding: 30px;
    background: #000;
    border: 0;
    width: 100%;
    border-radius: 1em;
}
input.vrsearchsubmit, input.vrresultbookbutton, .vrresultfalsehintdiv a, .vrresultbookbuttonfind, .vrresultbookbuttoncontinue, #vrconfcontinuebutton, input.vrordersubmit, .vrcouponcodesubmit, .vrloginspaninput .vrloginbutton {
    background: #00b608 !important;
    margin: auto !important;
}
.vrreservationform .vrformfieldset {
    background: #000 !important;
    padding: 25px !important;
    width: 100% !important;
    margin: auto auto !important;
    border-radius: 1em;
}
button.vrsearchsubmit:hover, input.vrresultbookbutton:hover, .vrresultfalsehintdiv a:hover, .vrresultbookbuttonfind:hover, .vrresultbookbuttoncontinue:hover, #vrconfcontinuebutton:hover, button.vrordersubmit:hover {
    background: #4CAF50;
    border: 0;
}

#vrbooktabselsp {
    font-size: 14px;
    border: 2px solid #096c0d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px 30px 15px 35px;
    display: inline-block;
    background: #4CAF50;
    position: relative;
}
.svg-scrollable {
    margin: auto;
}
.vrorderpagediv {
    border: 0px solid #ddd;
    padding: 1em;
    width: 100% !important;
    text-align: left;
    margin: 0 auto;
    background: #000;
    border-radius: 1em;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}
.vrorderboxcontent {
    padding: 45px 50px;
    position: relative;
    margin: 0 0 28px 0;
    background: #000000;
}
.vrorderboxcontent h3.vrorderheader {
    position: relative;
    top: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff !important;
    font-size: 1.2em;
    padding: 3px 10px 3px 0;
    border-radius: 0;
    display: block;
    font-weight: bold;
}
.vik-confirm-dialog {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
    background: #000;
    width: 440px;
    border-radius: 6px;
    box-shadow: 4px 4px 5px 0 #090909;
    font-size: 14px;
    color: #fff;
}
.modal-dialog {
    background: #000;
    border-radius: 1em;
    color: #fff;
    width: 95% !important;
    margin: 0% auto !important;
}
.modal-close {
    background: #f00;
}
.sal-inner-item {
    border-radius: 1em;
}
.rounded {
    border-radius: 1em !important;
}
.img-rounded {
    border-radius: 1em !important;
    margin: 20px 0 !important;
}
.vrtk-grid-product-boxdiv .product-cost {
    color: #4CAF50;
}
.vrtk-grid-product-boxdiv .product-bottom-addcart a:hover {
    background: #4CAF50;
}

.vrtk-grid-product-boxdiv .product-bottom-addcart a {
    background: #ffffff0f;
    border: 0;
    font-weight: normal;
    color: #4CAF50 !important;
    text-transform: capitalize;
    font-size: 1em;
    padding: 11px;
    border: 1px solid #4CAF50;
}
i.fas.fa-minus-circle {
    color: #890000;
}
i.fas.fa-plus-circle {
    color: #4CAF50;
}
a.vr-review-btn.btn {
    background: #000;
}
a.vr-review-btn.btn {
    background: #4CAF50 !important;
}
.vrtk-service-dt-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
    border: 0px solid #e7e7e7;
    border-radius: 1em;
    padding: 20px;
    background: #00000038;
}
.alert {
    display: inline-block;
    background: #f00;
    border-radius: 3px;
    width: 98%;
    padding: 10px;
    border: 0px solid #fff;
    border-radius: 1em;
}
.alert h4 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}
.vrcustomfields .vrinput, .vrcustomfields .vrtextarea {
    font-size: 18px;
    height: auto;
    padding: 10px 10px 10px 5px;
    margin-bottom: 0;
    display: block;
    width: 300px !important;
    border: none;
    background: #00000033;
    border-radius: 1em;
    box-sizing: border-box;
    line-height: normal;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.vrtk-dealmod-info {
    padding: 18px 0;
}
button.vrsearchsubmit, input.vrresultbookbutton, .vrresultfalsehintdiv a, .vrresultbookbuttonfind, .vrresultbookbuttoncontinue, #vrconfcontinuebutton, button.vrordersubmit {
    cursor: pointer;
    background: #f30100;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: 0;
    float: none;
}
.vrtk-gridlayout .vrtkitemattributes {
    border-top: 0px;
}
.vrtkaddmoreitemslink:hover {
    background: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.vrtkaddmoreitemslink {
    background: #080808;
    border: 1px solid #0d0d0d;
}
.vrstepbardiv .vrsteptitle {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    line-height: 28px;
    font-size: 36px;
    line-height: 47px;
}
.vrstepbardiv .step-current .vrstep-inner .vrsteptitle {
    border-color: #4CAF50;
    background-color: #4CAF50 !important;
}
.vrstepbardiv .vrstepactive .vrstep-inner:after {
    background: #4CAF50 !important;
}
.cart-sticky-button {
    color: #fff;
    background: #111111;
    border: 1px solid #0cff00;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px #00f31d6e;
}
.btn:hover {
    color: #fff;
    background: rgb(23 255 0 / 45%);
}
.vrresultsummarydiv.search, 
.vrresultsuminnerdiv, 
.vrresultsumlabelsp, 
.vrresultsumvaluesp {
    font-size: 32px;
    color: #fff;
}
#vrtkconfcartitemsdiv {
    background: #0003;
    border: 1px solid #e7e7e700;
    border-radius: 1em;
    padding: 15px;
    min-width: 300px;
}
.vrtkconfcartoneitemrow {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: #0000003b;
    border: 1px solid #e7e7e700;
    border-radius: 1em;
    margin: 5px 0;
}
.vrorderpagediv {
    font-size: 22px; /* You can adjust this value to your desired font size */
}

.vrorderpagediv .vrorderheader {
    font-size: 20px; /* You can adjust this value to your desired font size */
    font-weight: bold;
}

.vrorderpagediv .vrorderinfo .orderinfo-label,
.vrorderpagediv .vrorderinfo .orderinfo-value {
    font-size: 18px; /* You can adjust this value to your desired font size */
}

.vrorderpagediv .vrreservationstatusconfirmed {
    font-size: 16px; /* You can adjust this value to your desired font size */
    font-weight: bold;
}

.vrorderpagediv a.gv-tel-link {
    font-size: 12px; /* You can adjust this value to your desired font size */
}
.font-verybig {
    font-size: 3.6em !important;
}
.cw-panel.cw-text-center {
    width: 80%;
    margin: auto;
}
.centered {
    margin:auto !important;
}
.vrpaymentouternotes {
    background: #f00;
    margin-top: 21px;
    border-radius: 1em !important;
}
.tags>span>a, .pagenav li a, .pagination li>a {
    background: #f30100;
    border: 1px solid #f30100;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    text-transform: uppercase;
    font-size: 1.8em !important;
    padding: 10px 35px !important;
    border-radius: 3px !important;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
#vrbooknoselsp {
    padding: 10px 20px;
    font-size: 22px;
    border: 1px solid #900;
    border-radius: 5px;
}
#vrbooktabselsp {
    font-size: 18px;
    border: 2px solid #096c0d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px 30px 15px 35px;
    display: inline-block;
    background: #4CAF50;
    position: relative;
}
span.pagenav {
    font-size: 40px;
}


.vrloginblock, .vrregisterblock {
    text-align: left !important;
    border-top: 1px solid #000;
    background: #000000;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 1em;
    margin: 0 auto;
    max-width: 550px;
}

.vrloginradiobox .vrloginradiosp {
    margin: 0 10px 0 0;
    display: inline-block;
    background: #000 !important;
    border: 1px solid #ffffff4f;
    border-top: 2px solid #f30100 !important;
    color: #666;
    text-transform: uppercase;
    border-radius: 4px !important;
    font-size: 1.7em !important;
    padding: 0 20px 0 0 !important;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.reset, .remind, .registration {
    border: 1px solid #000;
    padding: 40px 20px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    background: #000;
    border-radius: 1em;
    box-shadow: 0 0 14px 0px rgba(0, 0, 0, .1);
}
* {
    scrollbar-width: thin;
    scrollbar-color: #f30100 #000 !important;
}
.sal-alert__warning {
    background: #ff1100;
    color: #ffffff;
    border-color: rgba(216, 80, 48, 0.2);
    border-radius: 1em;
}
#sal-mod714.sal-wrapper .sal-btn {
    background-color: #f30100;
    border-color: #f30100;
    padding: 20px;
}
.vrordercancbutton {
    background: #f30100;
    border: 1px solid #620000;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 24px;
    margin-left: 0;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    padding: 20px;
}
button.vrtk-additem-success-button {
    font-size: 24px !important;
}
div#vrlegendsharedtablediv {
    background: url(/templates/bistrobuddyrestauranttemplate/images/opentableicon.png) left center no-repeat !important;
}
.item-image > img {
    width: 100%;
    max-width: 100%;
    height: auto; /* Ensures the aspect ratio is maintained */
    Max-height:800px;
    object-fit: cover; /* Ensures the image covers the container without stretching */
    border-radius: 1em;
    margin: auto;
}
image.table-shared-badge {
    background: url(https://order.bistrobuddy.com/templates/bistrobuddyrestauranttemplate/images/opentableicon.png) left center no-repeat !important;
}

.vrloginblock, .vrloginblock, .vrregisterblock {
    background: url(/images/sampledata/Reservation-Apps.jpg) left center no-repeat !important;
    background-size: cover !important;
}
.vr-modal-head {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 0 15px 5px 15px;
}
.vrtk-grid-top li a {
    background: #000;
    border: 1px solid #f30100;
    color: #666;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 500;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    border-radius: 1em;
    padding: 10px 20px;
}
.item-page .item-image {
    margin-bottom: 20px;
    border: 1px solid #0000;
    padding: 15px;
}
#sal-mod741.sal-wrapper .sal-btn {
    background-color: #f30100;
    border-color: #f30100;
    padding: 20px;
}
.img_caption>p {
    background: #00000052;
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 1em;
}
.border {
    border-radius: 1em;
    border: 1px solid #f30100 !important;
    background: #000;
}
.video-container {
  position: relative;
  padding-bottom: 177.77%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagenav {
    padding: 5px 0 0 !important;
    display: inline-block !important;
    margin-top: 70px !important;
    width: 100% !important;
}
.vrtk-itemdet-prod-body .tk-right .tk-cart-summary .tk-cart-summary-inner .tk-add-cart button {
    float: right;
    width: 100%;
    min-height: 36px;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background-color: #004570;
    color: #fff;
    margin: 0 0 0 5px;
    line-height: normal;
    padding: 10px !important;
}
.gm-style .gm-style-iw-c {
    background-color: black;
    border-radius: 1em;
}
.vrtk-grid-product-boxdiv .product-details-name {
    color: #f30100 !important;
}
.vrtk-map-delivery-search.delivery-above .map-response .success .info-value {
    color: #00ff0a;
}
button.gm-ui-hover-effect {
    background: #f30100 !important;
}


.center-div {
    margin: 0 auto;
    max-width: 600px; /* Adjust the max-width as needed */
    background-color: #000;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center text inside the div */
    color: #fff; /* Optional: set text color for contrast */
}

.center-div h2, .legend-item span {
    font-size: 2em; /* Match font size */
}

.legend {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 0 10px; /* Adjust spacing between items */
}

.legend-color {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 4px solid;
    border-radius: 2em;
}

.delivery-5 {
    background-color: rgba(255, 0, 0, 0.5);
    border-color: #ff0000;
}

.free-delivery {
    background-color: rgba(34, 255, 0, 0.5);
    border-color: #22ff00;
}
.sal-grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.category-desc {
    width: 98%;
    border: 0px solid #f30100;
    padding: 4px;
    border-radius: 1em;
    margin: 0;
}
div#vrsearchform {
    max-width: 700px;
    margin: auto;
}
.vrstepbardiv {
    max-width: 700px;
    margin: auto;
}
@media only screen and (min-width: 80px) and (max-width: 1400px) and (max-width: 850px) {
    .tkaw-btm {
        box-shadow: 0 0 20px rgb(0 0 0);
        background: #000;
    }
}
@media screen and (max-width: 1024px) {
.h-search .moduletable, .v-search .moduletable {
    background: rgb(149,20,20);
background: linear-gradient(0deg, rgba(149,20,20,1) 0%, rgba(149,20,20,1) 95%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 98%, rgba(23,161,82,1) 98%, rgba(23,161,82,1) 100%);
}
    .cnt-main-part #cnt-container, .cnt-main-part main {
        width: 100%;
        padding: 5px;
    }
    .vrtkcartitemsmodule.cart-mobile-sticky .cart-inner-wrapper {
        background: #000000 !important;
        position: fixed;
        bottom: 80px;
        left: 10px;
        right: 10px;
        z-index: 99999999 !important;
    }
    .tkaw-btm .vrtkmodcarttitlecont {
        color: #fff;
        background: #111111;
        border: 1px solid #00ff1e;
    }
  }
@media screen and (max-width: 850px) {
    div#e4jcart-cnt {
    margin-top: -3641px;
}
.vrtkitemsdiv {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 45px;
}
}
@media screen and (max-width: 580px) {
    .pagenav .next {
    float: left;
}
div#e4jcart-cnt {
    margin-top: -3541px;
}
    form#vrmenuform {
        position: fixed !important;
        top: 120px !important;
        left: 0px !important;
        padding: 0 10px;
    background: #000;
    padding-top: 5px;
    }
    
.vrorderpagediv {
    padding: 2em;
}
.mod-img-article {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
ul.pager.pagenav {
    margin: 10px 0px 0px 24px !important;
}
.svg-scrollable {
    margin: auto;
    max-height: 500px;
}
}
@media screen and (max-width: 550px) {

div#icons-menu {
    padding: 10px 0px 0px 20px;
    margin-bottom: auto;
}
}