*{
	margin:0;
	padding:0
}
a{
	text-decoration: none;
	cursor: pointer;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
img {
    max-width: 100%;
    height: auto;
}
li, ol{
    list-style: none;
}
/********************page preloader********************/
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
#page-preloader {
  position: fixed;
  top: 22%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#267cba,#267cba);
  z-index: 100500;
}
#page-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #f7fbf1;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
}
#page-preloader .spinner:before,
#page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}
#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #f7fbf1;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  border-top-color: #f7fbf1;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
/*******************end page preloader*****************/
/**********************header************************/
.navbar-default {
    background: #fff;
}
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.57) !important;
    text-align: left;
    font-size: 14px
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.57) !important;
    text-align: left !important;
    font-size: 14px
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.57) !important;
    text-align: left !important;
    font-size: 14px
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.57) !important;
    text-align: left !important;
    font-size: 14px
}
.to {
    background-color: transparent;
    padding: 0px 5% 0px !important;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    height: 50px;
}
.form-control-top {
    display: block;
    width: 100%;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: -25px;
    padding: 40px -1px 38px !important;
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.57);
    padding-top: 0px;
    text-align: left !important;
    color: #fff;
    height: 24px;
}
.form-control-top:focus {
    outline: none;
}
.null-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-control-top::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.form-control-top:-ms-input-placeholder {
    color: #fff !important;
}
.form-control-top::-webkit-input-placeholder {
    color: #fff !important;
}
.li-sty {
    display: inline-flex;
    position: relative;
    width: 100%;
}
.icon-sty {
    color: rgba(255, 255, 255, 0.57);
    font-size: 18px;
}
#location-search,
#mobile-location-search {
    color: #fff;
    padding-left: 10px;
    padding-right: 20px;
}
#mobile-location-search {
    font-size: 13px;
    padding-right: 16px;
    padding-left: 7px;
    line-height: 42px;
    text-overflow: ellipsis;
}
.li-sty1 {
    width: 100%;
}
#mobile_navbar {
    display: none;
}
#mobile_navbar .navbar-header {
    border-bottom: 1px solid #ddd;
}
.navbar .navbar-nav>li {
    padding: 0px 6px;
}
#tab-location-search{
    display: none;
    margin-top: 1.5%;
}
.set-location {
    display: none;
    float: right;
    background: #f79da1;
    color: #fff;
    padding: 0px 15px;
    margin-top: -2px;
}
[data-off-canvas] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
[data-off-canvas*=reveal] {
    padding: 25px 0;
    z-index: 0;
}
[data-off-canvas] {
    position: fixed;
    display: none;
    color: #222;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
[data-off-canvas*=top] {
    top: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
}
[data-off-canvas*=top] ul {
    float: none !important;
    margin: 0 !important;
}
[data-off-canvas*=top] li {
    display: inline-block;
    float: none !important;
    width: auto !important;
}
[data-off-canvas*=right] {
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    margin-right: 0px !important;
}
[data-off-canvas*=bottom] {
    bottom: 0;
    width: 100%;
}
html [data-off-canvas*=bottom] {
    padding: 25px;
}
html [data-off-canvas*=bottom] li {
    display: inline-block;
    float: none !important;
    width: auto;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
html [data-off-canvas*=bottom] ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}
[data-off-canvas*=left] {
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
}
[data-off-canvas*=slidebar-panel-left] {
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding-left: 70px;
}
html [data-off-canvas*=open] {
    display: block;
    margin-left: -255px;
    transition-duration: 300ms;
    transform: translate(255px, 0px);
}
[data-off-canvas*=reveal] {
    z-index: 0;
}
[data-off-canvas*=push] {
    z-index: 1;
}
[data-off-canvas*=overlay] {
    z-index: 9999;
}
[data-off-canvas*=shift] {
    z-index: 0;
}
[data-off-canvas] {
    -webkit-transition: -webkit-transform 100ms;
    transition: transform 100ms;
    -webkit-backface-visibility: hidden;
}
[data-off-canvas*=shift][data-off-canvas*=top] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}
[data-off-canvas*=shift][data-off-canvas*=right] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
[data-off-canvas*=shift][data-off-canvas*=bottom] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
[data-off-canvas*=shift][data-off-canvas*=left] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}
#location-select {
    display: none;
    padding: 15px;
    z-index: 9999;
}
.input-style {
    padding: 15px 25px;
}
.locate-icon {
    padding: 34px 15px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
}
.close_menu {
    float: right;
    background: transparent;
    color: #000;
    border: 0;
    padding: 5px 10px;
}
.menu_transition {
    display: block;
    transition-duration: 300ms;
}
input::-webkit-input-placeholder {
    color: #8e8e8e !important;
}
input:-moz-placeholder {
    color: #8e8e8e !important;
}
input::-moz-placeholder {
    color: #8e8e8e !important;
}
input:-ms-input-placeholder {
    color: #8e8e8e !important;
}
#mySearchModal .form-group {
    margin: 15px 0px;
}
.cart_count {
    padding-left: 5px;
    position: absolute;
    top: 15%;
    right: 0;
    color: #d80032;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 11px;
    line-height: 14px;
    padding: 0 6%;
    background: #fff;
    min-height: 15px;
    min-width: 15px;
}
#overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 1;
    cursor: pointer;
}
.modal-content {
    border-radius: 0;
}
.error {
    display: none;
    color: red;
    font-size: 13px;
}
#map {
    height: 150px;
    margin-bottom: 15px;
}
#location-select .headers {
    margin-top: 30px;
}
#location-select .section1 {
    margin-top: 15px;
    cursor: pointer;
}
#user-locations {
    padding: 15px 25px;
}
#add_address .distance {
    margin: 5px;
    color: #5a5757;
}
.icon-w {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.nav>li>a {
    font-size: 12px !important;
}
#location-detail .radio-container {
    display: inline-block;
}
.only-mobile {
    display: none !important;
}
.order-selection{
    background: #fff;
    list-style: none;
    color: #222;
    position: absolute;
    top: 99%;
    min-width: 250px;
    display: none;
}
.order-selection:before{
    left: 8%;
    content: '';
    display: inline-block;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-bottom-color: #fff;
    top: -5%;
    transform: rotate(135deg);
}
.li-sty1 li{
    padding: 15px 0 !important;
}
.order-selection li{
    padding: 6% !important;
    border-bottom: 1px solid #ddd !important;
}
.order-selection li:last-child{
    border-bottom: 0;
}
.pd-r-0{
    padding-right: 0;
}
.pd-l-0{
    padding-left: 0;
}
.navbar-brand{
	padding: 7px 15px;
}
.navbar-brand > img{
	height: 40px;
}
.navbar-default {
    font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav li a{
	font-size: inherit !important;
}
#website_navbar .dropdown-menu{
	right: 0;
    margin-top: 5% !important;
}
.dropdown-menu>li>a {
    padding: 13px 10px;
}
@media screen and (min-width:768px) and (max-width: 1023px) {
    .navbar-right {
        float: none !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .navbar-nav {
        display: flex !important;
        height: 50px;
        margin: 0;
    }
    #m_location-search {
        font-size: 13px;
        font-family: sans-serif;
    }
    .cc {
        text-transform: capitalize;
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    .block-page-content {
        margin-top: 105px !important;
    }
    #location-select {
        width: 100%;
    }
    .navbar .navbar-nav>li {
        padding: 0px 0px;
    }
    .radio-container,
    .checkbox-container {
        padding-left: 25px;
    }
    .hidden-xs {
        display: none !important;
    }
    .flex {
        display: flex !important;
        top: 3%;
    }
    .navbar-brand img {
        height: 35px !important;
    }
    .only-mobile {
        display: block !important;
    }
    .time_info{
        font-size: 12px;
        line-height: 18px;
    }
    .bs-example-navbar-collapse-2{
        padding-left: 5px;
    }
    .li-sty1 li{
        padding: 0px 5px !important;
    }
    .nav > li > a{
    	padding: 5px;
    }
    .navbar-brand{
	    padding: 10px 0px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .navbar-right{
        margin-top: 0 !important;
    }
    #tab-location-search{
        display: block;
    }
    .flex{
        display: flex !important;
    }
}
/**********************end header********************/
/***********************input design*****************/
input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"], input[type="file"], input[type="tel"] {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    color: var(--txt-color);
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    border-radius: 2px;
    margin-bottom: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=text] {
    color: #333744;
}
.form-group{
    margin: 10px 0;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder {
    color: #fff;
}
.form-control::-moz-placeholder {
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
/**********************end input design*******************/
/**********************inner pages*******************/
#moveTop {
    position: fixed;
    bottom: 5%;
    right: 4%;
    background: #247eba;
    border-radius: 50%;
    padding: 5px 12px 10px;
    font-size: 18px;
    color: #fff;
    display: none;
}
div#cart_modal {
    position: fixed;
    /*top: 55%;*/
    /*left: 35%;*/
    display: none;
}
div#mobile_tab_cart_modal {
    position: fixed;
    /*top: 55%;*/
    /*left: 35%;*/
    display: none;
}
/* Customize the label (the container) */
.radio-container,.checkbox-container  {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
/* Hide the browser's default radio button */
.radio-container input,.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #dedfe3;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark,.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark,.checkbox-container input:checked ~ .checkmark {
  border: 1px solid #247eba;
  background: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after,.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after,.checkbox-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #247eba;
}
.radio-container .checkmark,.radio-container .checkmark:after{
    border-radius: 50%;
}
#searchlist_modal {
    padding: 0px !important;
}
#searchlist_modal .modal-dialog {
    height: 100%;
    margin: 0;
    width: 100%;
}
#searchlist_modal .modal-content {
    height: 100%;
    background: var(--body-bg-color, #ececec);
}
#searchlist_modal #response{
    margin-top: 10px;
}
#searchlist_modal .disp-msg, #searchlist_modal .no-res{
    text-align: center;
    font-size: 22px;
    padding: 6%;
}
#searchlist_modal .results img{
    height: 160px;
    object-fit: cover;
    margin: auto;
    margin-bottom: 0;
    width: 100%;
}
#searchlist_modal .list-box {
    margin-bottom: 10px;
    min-height: 300px;
}
.modal-header .close {
    float: right;
}
#footers .footer__main {
    padding: 20px 10px;
}
#UserModal .nav-tabs{
	text-align: left;
	border-bottom: 1px solid #ddd;
    width: calc(100% + 30px);
    margin-left: -15px;
}
#UserModal .nav-tabs li a{
	border-right: 0;
}
#UserModal .signin-modal-body{
	padding: 10px;
}
.signin-left-panel{
    text-align: center;
    height: 495px;
    background-repeat: no-repeat;
}
#UserModal .nav-tabs li{
	padding: 0;
	width: auto;
    background: #fff;
    margin-right: 0;
    margin-bottom: 0;
}
#UserModal .nav-tabs li a{
    padding: 15px;
}
#UserModal .tab-pane{
	padding-top: 10px;
}
.free-tag{
    font-size: 12px;
    font-weight: 400;    
    color: #fff;
    padding: 0 5px;
    margin-right: 2px;
}
#searchlist_modal .content-data{
	margin-top: 30px;
}
.pad-0 {
    padding: 0;
}
@media screen and (max-width: 767px) and (min-width: 320px){
	#UserModal .nav-tabs{
		margin-left: 0;
	}
}
/*********************end inner pages*******************/
/*********************profile pages*********************/
.contact-box {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 12px;
}
.contact-img {
    float: left;
}
.contact-caption {
    float: left;
}
.contact-box small {
    font-size: 13px;
    padding-left: 15px;
    width: 100%;
    float: left;
}
.dashboard .profile-menu {
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    background: #fff;
    padding: 0;
    border: 1px solid #e8eef1;
    border-radius: 0 3px 3px 0;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-top: none;
}
.profile-menu #menu-content {
    list-style: none;
    padding-right: 0 !important;
}
.profile-menu .accordion {
    width: 100%;
    max-width: 768px;
    background: #FFF;
}
.profile-menu #menu-content li {
    padding: 0;
    border-bottom: 1px solid #dedfe3;
    float: left;
    width: 100%;
}
.profile-menu #menu-content li a {
    color: #666 !important;
    font-size: 15px;
    float: left;
    width: 100%;
    padding: 15px;
}
.sideicons {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 3px;
    float: left;
    color: #222;
}
@media screen and (min-width: 768px){
	.dashboard .contact-box {
    	background-color: #fff !important;
    }
    .contact-caption a, .contact-caption span {
	    color: #222 !important;
	    float: left;
	    width: 100%;
	    padding-left: 15px;
	    font-size: 16px;
	}
}
/******************end profile pages********************/
.main-reg{
    background: #fff !important;
}
.product-wid-price ins{
    margin-bottom: 10px !important;
}
.size-cart{
    margin-left: 0px;
}
#map.map-edit{
    height: 250px;
    margin-bottom: 0;
}
#location-select #searchLocation {
    padding-right: 65px;
    padding-left: 30px;
}
#location-select .input-icon, #location-select .locate1-icon {
    position: absolute;
    top: 0;
    padding: 11px 10px;
    cursor: pointer;
}
#location-select .input-icon {
    right: 8%;
    color: #888585;
    font-size: 18px;
    display: none;
}
#location-select .locate1-icon {
    right: 0;
    font-size: 18px;
    background: var(--body-link-color);
    color: #fff;
}
#location-select .marker-icon {
    position: absolute;
    padding: 11px 10px;
    color: #b8b8b8;
    font-size: 18px;
}
#location-select .pre__select__address {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 13px;
}
#location-select .pre__select__address label {
    margin-bottom: 0;
}
#location-select .mapinput-edit {
    background: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    line-height: 18px;
    padding: 2px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    cursor: pointer;
}
#location-select #add_address {
    position: relative;
}
.loacte-now{
    position: absolute;
    z-index: 2;
    right: 0%;
    top: 0%;
    font-size: 16px;
    color: #222;
    background: #fff;
    padding: 4px 10px;
    border: 1px solid #222;
    cursor: pointer;
}
.store-closed {
    position: absolute;
    background: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    top: 45%;
    left: 37%;
    padding: 0px 20px;
}
.nxt-time {
    font-size: 13px;
    color: var(--body-link-color);
}
.cart-img{
    height: 16px !important;
    display: inline !important;
}
#map_modal .submit-btn{
    margin-top: 10px;
    text-align: center;
}
.locationPicker{
    margin-top: 3%;
    cursor: pointer;
}
.locationPicker span{
    color: #7da435;
    font-size: 20px;
    padding: 10px 16px;
}
.modal-open{
    overflow-y: hidden !important;
}
.locationPicker .addr{
    color: #222;
    font-size: 14px;
    padding: 10px 0px;
}
.map_div{
    position: relative;
    margin-top: 15px;
}
.cart-attributes{
    font-size: 12px;
	line-height: 18px;
}
.fgt-pwd{
    text-align: center;
    padding: 10px 15px;
}
.fgt-pwd a{
    color: #827e7e;
    cursor: pointer;
}
.fgt-pwd a:hover{
    color: #222;
}
#searchRestaurant{
    height: 45px;
}
.attr-err {
    position: fixed;
    right: 2%;
    width: 350px;
    font-size: 15px;
    font-weight: 600;
}
.attr-err .fa-exclamation-triangle {
    background: #f44336;
    color: #fff;
    padding: 15px 15px;
    font-size: 13px;
}
.attr-err .close {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px;
    color: #a94442;
    font-weight: bold;
    opacity: 1;
}
.attr-err .fa-exclamation-triangle:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f44336;
    right: -7px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
}
#AllCategoriesMenu{
    background:#0f619c  !important;
    border-color:#0f619c !important;
    color:#fff  !important;
}
.mini-cart-btn:hover{
    border:1px solid #fff !important;
}   
#UserModal .nav-tabs li a{
    color: #928a8a;
}
#UserModal .nav-tabs li.active a{
    background: #fff;
    color: #000;
}
#UserModal input{
    height: 45px;
}
#UserModal .modal-dialog,#forgot_pwd_modal .modal-dialog{
    margin-top: 30px;
    margin-bottom: 0;
}
#UserModal .signin-right-panel button {
    width:100%;
    margin-bottom: 15px;
}
.invalid-login,.invalid-register {
    display: none;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    font-size: 10px;
}
.btn {
    border-radius: 0;
}
a.wish-btn.btn {
    border-radius: 50%;
}
.menu-hover {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 129px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.modal-dialog {
    z-index: 9999;
}
#UserModal-signin .modal-dialog {
    margin-top: 3%;
}
.main_slider .tp-leftarrow:hover {
    background:url("/assets/restaurantcmswebsite/rs-plugin/assets/large_left.png") !important;
}
.main_slider .tp-rightarrow:hover {
    background:url("/assets/restaurantcmswebsite/rs-plugin/assets/large_right.png") !important;
}
a:hover {
    text-decoration: none;
}
.sigin-modal {
    border-radius: 0px;
}
.signin-modal-body {
    padding-bottom: 0px;
}
.signin-modal-body {
    width: 95%;
}
.signin-right-panel1 {
    margin-top: 3%;
}
.signin-right-panel , .signin-right-panel1 {
    padding: 0px 0px 0 40px;
    width: 355px;
}
.signin-form {
    height: 100%;
    box-sizing: border-box;
}
.img-responsive-login {
    width: 110px;
    margin-top: 25px;
}    
.signin-img {
    height: 450px;
}
#time_modal .form-control,#addon_modal .form-control{
    font-family: inherit;
    padding: 8px 10px 6px;
}
.page-section{
    margin-top: 54px;
}
#website_navbar .navbar-right .dropdown-menu li a{
    margin-left: 0;
}
#searchlist_modal .content-data{
    box-shadow: none;
}
.reviews_count {
    width: 40px;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
}
.reviews_count .fa-star{
    color: #fff !important;
}
.no-pad-lr{
    padding-left: 0;
    padding-right: 0;
}
.cart-attributes .attr-title{
    color: #222;
}
.footer-list_columns{
    columns: 2 !important;
}
.close:hover, .close:focus{
    color: inherit;
}
.pac-container {
    z-index: 9999;
}
.pac-container:after{
    display:none !important;
}
.pac-item{
    padding: 5px 10px;
}
.slimScrollBar{
	width: 5px !important;
}
.breadcrumbHeading{
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
}
.close-signup{
    margin-right: -2%;
    float: right;
}
#map_modal #clear-map-form {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 10px;
    font-size: 15px;
    cursor: pointer;
    display: none;
}
#map_modal #mapAddress {
    padding-right: 35px;
}
.tg-icon {
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px;
    background: #b9b9b9;
    border: 1px solid grey;
}
.tg-icon.glutten-free, .tg-icon.gf {
    background: #f7d28a;
    border: 1px solid #f8ac1a;
}
.tg-icon.dairy-free, .tg-icon.df {
    background: #7bcbd0;
    border: 1px solid #62bcc1;
}
.tg-icon.vegan, .tg-icon.halal {
    background: #90de92;
    border: 1px solid #2e7930;
    color: #2e7930;
}
@media screen and (max-width: 767px){
	.signin-left-panel{
	    display: none;
	}
    .close-signup {
        z-index: 99;
        position: absolute;
        right: 2px;
        padding: 10px 7px;
        font-size: 20px;
    }
	.modal-dialog-signin{
	    width: 95% !important;
	}
	.signin-right-panel , .signin-right-panel1{
	    width: 100% !important;
	}
	.UserModal-signin .nav-tabs{
	    width: calc(100% + 11px);
	}
	.signin-right-panel, .signin-right-panel1 {
	    padding: 0 15px;
	}
	.signin-right-panel1{
	    margin-top: 0px;
	}
	.locationPicker{
        margin-top: 0;
    }
    .cart-img{
        display: inline-block !important;
    }
    .li-sty1 .time_info{
		line-height: 42px;
	}	
}
@media screen and (max-width: 767px) and (min-width: 320px){
    #searchlist_modal .content-data{
        margin-top: 10%;
    }
    .navbar-brand{
        padding-left: 10px !important;
        padding-top: 8px !important;
    }
}
.fixed-cart1 {
    position: fixed;
    right: 0;
    width: 25.3%;
    border-left: 1px solid #ddd;
    height: 100%;
    top: 8.5%;
    background: #fff;
}
.fixed-cart1{
    width: 26%;
    top: 5.5%;
}
#mobile_tab_cart_modal .modal-body{
    padding: 10px;
}

#mobile_tab_cart_modal .close{
    font-size: 25px;
}
#cart_modal .close{
    font-size: 25px;
}
#mobile_tab_cart_modal .modal-title{
    font-size: 22px;
}
#cart_modal .modal-title{
    font-size: 22px;
}
.ui-autocomplete .ui-menu-item:focus, .ui-autocomplete .ui-menu-item:hover {
    background: #f8f8f8;
}