.ecom-disabled button.add-multi-s,
.ecom-disabled button.add-to-card-btn {
	display: none !important;
}

/* BOF style.css OVERRIGHT */
html, body {
	overflow-x: hidden;
}

body {
	position: relative
}

body.modal-open {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
	/* position: fixed !important; */
}

.language-dropdown {
    display: grid !important;
}

.language-dropdown ul.lang-list {
	left: -155px !important;
	top: 60px;
}

.language-dropdown ul li {
    width: 190px !important;
}

div.add-to-cart-bar button {
	float: right !important;
	margin-left: 5px !important;
	font-size: 14px !important; 
}

.fl-menu-item .fl-menu-link button {
    color: #5a5a5a !important;
}

.form-elements .input-group select {
	background: #fff !important;
}

.form-custom-check label.checkbox {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 1rem;
	cursor: pointer;
}

.form-custom-check label.checkbox input[type="checkbox"] {
	display: none;
}

.form-custom-check label.checkbox input[type="checkbox"]:checked + span {
	opacity: 1;
}

.form-custom-check label.checkbox::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 2px;
	border: 2px solid #00873c;
}

.form-custom-check label.checkbox span {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 4px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 500ms ease;
}

.form-custom-check label.checkbox span::before {
	position: absolute;
	content: '';
	left: 11px;
	width: 3px;
	height: 11px;
	background-color: #00873c;
}

.form-custom-check label.checkbox span::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 7px;
	width: 4px;
	height: 3px;
	background-color: #00873c;
}

.item-check-wrap{
	display: flex;
	padding-top: 15px;
}

.item-check-wrap h5.card-title{
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.item-check-wrap span.price-of-item {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

button:disabled,
button[disabled]{
	opacity: 0.5 !important;
}

.checkbox-group > .checkbox-inline, .radio-group > .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-group > .checkbox-inline:first-child, .radio-group > .radio-inline:first-child {
    padding-left: 0px !Important;
}

.checkbox-group > .checkbox-inline input[type=checkbox], .radio-group > .radio-inline input[type=radio] {
    margin-right: 10px;
}

.modal-dialog-scrollable {
    overflow-y: initial !important;
}

.modal-dialog-scrollable .modal-content {
    overflow: auto !important;
}

#floating-popup .modal-dialog {
    transform: translate3d(0, 50vh, 0) !important;
}

.item-quantity .form-check {
	padding-bottom: 10px !important;
}

.rf-details .modal {
	z-index: 10050 !important;
}

.lang-cart-search .bill-waiter {
	float: left !important;
}

button.floating-menu {
    padding: 8px 20px;
    background: rgb(243,80,35);
    background: linear-gradient(0deg, rgba(243,80,35,1) 0%, rgba(253,187,45,1) 100%);
    color: #000;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 8px;
}

.modal-addon .img-rounded {
	min-height: 50px !important;
}

button.floating-cart {
    position: fixed;
    bottom: 100px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 150px;
    padding: 10px;
    background-color: transparent;
}
/* EOF style.css OVERRIGHT */

/* BOF jquery.toast.min.css OVERRIGHT */
.jq-toast-wrap {
	bottom: 45px !important;
	z-index: 10000 !important;
}

.jq-toast-single {
    color: #000 !important;
	font-size: 13px !important;
    border-radius: 20px !important;
	background: #eeeeeee3 !important;
}
/* EOF jquery.toast.min.css OVERRIGHT */

.language-dropdown .lang-english .flag {
  background-image: url("../images/lang-icon.svg");
}

.language-dropdown .lang-turkish .flag {
  background-image: url("../images/flag-turkey.svg");
}

.language-dropdown .lang-russian .flag {
  background-image: url("../images/flag-russia.svg");
}

.language-dropdown .lang-azerbaijani .flag {
  background-image: url("../images/flag-azari.svg");
}

.language-dropdown .lang-arabic .flag {
  background-image: url("../images/flag-arabic.svg");
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

span.line-through {
	font-size: 12px !important;
	color: #777 !important;
    text-decoration: line-through !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.w-300 {
	width: 300px !important;
}

button.from-the-cart {
    background-color: #00873c;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
    width: 70px !important;
    height: 25px !important;
    line-height: 18px !important;
    float: right !important;
}

button.add-to-card-btn, button.add-multi-s{
	float: right !important;
}

button.add-multi-s {
    /* padding: 2px 10px 2px 10px !important;  */
}

button.add-multi-s .add-to-plus {
    /* right: 17px !important; */
}

.modal-dialog.modal-more {
  top: calc(100% - 375px) !important; 
}

button.mdl-close {
    position: absolute !important;
    right: 15px !important;
}

span.mdl-price-list {
    color: #000 !important;
	padding: 10px !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0 0 10px !important;
    border: 1px #ddd solid !important;
}

span.mdl-price-list .line-through {
	color: #555 !important;
	font-size: 15px !important;
}

.main-title label input:focus {
    outline: 0px !important;
}

.add-to-cart-bar .wan-spinner button {
    background: transparent;
    color: #000;
}

.block.empty {
    height: 65vh !important;
}

.add-plus-item-bar {
    width: 100%;
}

.add-plus-item-bar button {  
	width: 100%;
    font-size: 20px;
    border: 0px;
    padding: 5px 10px;
    border-radius: 5px;
}

.add-plus-item-bar button.choose-plus,button.choose-addon-plus  {
    color: #00873c;
    background: #fff;
    border: 1px solid #00873c;
}

.add-plus-item-bar button.continue-plus,button.continue-addon-plus {
    color: #fff;
    background: #00873c;
    border: 1px solid #fff;
}

label.error {
	color: red !important;
    display: block !important;
}

a.sign-link {
    padding: 10px;
    border: 1px solid #26873c;
    color: #26873c;
    display: block;
    text-align: center;
}

a.sign-back {
    padding: 10px;
    border: 1px solid #26873c;
    background: #26873c;
    color: #fff;
    display: block;
    text-align: center;
}

a.sign-conn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    left: 10px;
}

div.sign-in-button {
	float: right !important;
    width: 30px;
    height: 30px;
	border: 1px solid #26873c;
    border-radius: 15px;
    text-align: center;
}

div.sign-in-button a {
	position: relative;
    top: 5px;
	color: #26873c !important;
}

div.nav-brand-logo img {
	height: 38px !important;
}

.w-100p {
	width: 100% !important;
}

ul.password-rules {
    color: #555 !important;
    font-size: 11px !important;
    text-align: left !important;
    margin: -5px 0 10px 0 !important;
    list-style: disc !important;
    list-style-position: inside !important;
}

ul.password-rules li {
    line-height: 1.5 !important;
}

ul.password-rules i.fa {
    float: right !important;
    font-size: 10px !important;
    color: #dc3545;
}

ul.password-rules i.fa-times {
    color: #dc3545 !important;
}

ul.password-rules i.fa-check {
    color: #26873c !important;
}

ul.form-errors-list {
    list-style: disc !important;
	padding-left: 10px !important;
}

label.form-alert-error {
	color: red !important;
    text-align: left !important;
    font-size: 12px;
    width: 100% !important;
    padding: 7px 0 0 0;
}

ul.item-addon-plus-list {
    padding: 0 0 0 25px;
    line-height: 25px;
    margin: 10px 0 0 0;
}

span.card-title-addons {
    font-size: 12px;
    color: #000;
}

a.card-title-addons-link {
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    text-transform: uppercase;
    color: #212529;
    display: block;
    font-weight: 600;
}

.track-addons {
    font-size: 12px !important;
}

.track-addons label {
    font-weight: 600 !important;
}

.track-addons span {
    font-weight: 400 !important;
}

.align-center {
	text-align: center !important;
}

div#load-alert p {
	margin-top: 0.5rem !important;
	text-align: center !important;
	font: 300 1em/150% Impact !important;
}

.page-loader {
	background: rgba(0,0,0,.1) url("../images/page-loader.svg") center center no-repeat !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
	top: 0% !important;
}

.lh-25 {
	line-height: 25px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.btn-disabled {
	color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.input-group-select .bootstrap-select {
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
    margin-top: -1px; !important;
}

button.btn-light {
    background: #fff !important;
	border-color: #fff !important;
}

.enter-token {
    text-align: center !important;
    letter-spacing: 10px !important;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 480px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}
.typeahead.empty {
  border: 2px solid red;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  width: 430px;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

#map {
  float:right;
  width: 490px;
  height: 500px;
  border: 1px solid #DDD;
}
.address-panel {
  float:left;
  width: 430px;

}
.typeahead {
  width: 405px;
}

.twitter-typeahead {
	display: block !important;
}

pre.response {
	float:left;
	width: 430px;
	height: 400px;
	border: 1px solid #DDD;
	font-size: 12px;
	overflow: scroll;
}

.fr-map {
    color: #fff !important;
    padding: 10px !important;
    background: #26873c !important;
}

.mlr--15 {
    margin-left: -15px;
    margin-right: -15px;
}

a#item-vcart {
  color: #fff !important;
  text-decoration: none !important;
}

.popover {
	width: 100% !important;
}

.adngroup-hr {
	border-color: #dee2e6 !important;
}

.fc-888 {
	color: #888 !important;
}

.fc-red {
	color: #bd2130 !important;
}

.fs-95p {
	font-size: 95% !important;
}

.feedback-link {
	width: 40px;
	height: 40px;
	float: right;
}

.menu .followers-list {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu .followers-list ul {
    padding-top: 05px;
}

.menu .followers-list li:first-child {
    padding-left: 0px;
}

.menu .followers-list li i.fab {
    font-size: 22px;
    color: #757575;
}

.menu .followers-list li {
    float: left;
    padding: 0px 10px;
}

.menu .followers-list label {
    font-size: 18px;
    color: #222;
}

.menu .followers-list li i.fa-facebook-square {
    color: #3b5998;
}

.menu .followers-list li i.fa-linkedin {
    color: #0077B5;
}

.menu .followers-list li i.fa-instagram-square {
    color: #dd2a7b;
}

.menu .followers-list li i.fa-twitter-square {
    color: #00acee;
}

.sidebar-branding {
    padding: 0px 15px;
    padding-top: 50px;
    text-align: center;
}

.sidebar-branding img {
    width: 200px;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* loading dots */
.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: #5a5a5a;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 #5a5a5a,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 #5a5a5a,
      .5em 0 0 #5a5a5a;}}