.floating_alert {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
}

div.no_link a:hover{
  text-decoration: none;
  color: #333;
}

div.no_link a:visited {
  text-decoration: none;
  color: #333;
}

div.no_link a:active {
  text-decoration: none;
  color: #333;
}

div.no_link a:focus {
  text-decoration: none;
  color: #333;
}

h4.no_link a:hover{
  text-decoration: none;
  color: #333;
}

h4.no_link a:visited {
  text-decoration: none;
  color: #333;
}

h4.no_link a:active {
  text-decoration: none;
  color: #333;
}

h4.no_link a:focus {
  text-decoration: none;
  color: #333;
}


.btn-stripe {
  color: #ffffff;
  background: #5469d4;
}

.btn-stripe:hover {
  background-color: #3d4eac;
  color: #ffffff !important;
}

.floating_label {
  z-index: 1;
  position: absolute;
  right: 8%;
  border-radius: unset !important;
}

.floating_label2 {
  z-index: 1;
  position: absolute;
  right: 4%;
  border-radius: unset !important;
}

.floating_label3 {
  z-index: 1;
  position: absolute;
  right: 10%;
  border-radius: unset !important;
}

.floating_label4 {
  z-index: 1;
  position: absolute;
  right: 7%;
  border-radius: unset !important;
}

.button {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 20px 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonred {
  background-color: #d50000;
  color: white;
}

.buttonred:hover {
  background-color: white;
  color: #d50000;
  border: 2px solid #d50000;
  text-decoration: none;
}

.buttonwhite {
  background-color: #ffffff;
  color: #1c1c1c;
}

.buttonwhite:hover {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
}

.panel2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0 !important;
}

.panel-with-border-radius {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  border-radius: 4px !important;
}

.panel3 {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 29px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0 !important;
}

.panel-cart {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 3px 8px 17px 0px rgb(0 0 0 / 35%);
  border-radius: 4px !important;
  border-left-style: solid;
  border-left-width: 9px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.container {
  padding-bottom: 20px;
}

.super {
  padding-top: 30px;
  font-size: 40px;
  font-weight: 900;
}

.super2 {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left !important;
  }

  .carddetailscontainer {
    position: relative;
    width: 100%;
    min-width: 680px;
    max-width: 680px;
  }

  .carddetails {
    position: relative;
    width: 100%;
    min-width: 650px;
    max-width: 650px;
  }

  .card-credit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .order-table {
      font-size: 0.9rem;
  }
}

.map {
  height: 400px;
  width: 100%;
}

.map-small {
  height: 120px;
  width: 216px;
  margin-bottom: 20px;
}

.panel_style {
  border-top-style: solid;
  border-top-width: 7px !important;
}

#accordion .panel-heading {
    padding: 10px;
}

#accordion .panel-title {
  font-size: 20px;
}

#accordion .panel-title>a {
	display: block;
	padding: 0.4em 0.6em;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}

#accordion .panel-title>a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before
{
	content: "\e113";
	float: left;
	font-family: 'Glyphicons Halflings';
  margin-left: 0.5em;
}

#accordion .panel-title>a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before
{
	content: "\e114";
}
#accordion.panel-group .panel{
	margin-top: 5px;
}
#accordion .actions_div > a {
  font-size: 20px;
  margin-right: 15px;
}
#accordion .actions_div > a.exit-btn {
  color:#dd4b39;
}
#accordion .remove_field.exit-btn{
  color:#dd4b39;
  margin-left:7px;
  float: left;
}

.field-row {
  display: flex;
  margin: 0 0 10px;
}

.button-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.button-div {
  width: 50%;
  margin: 10px 0 10px 0;
}

.field {
  position: relative;
  width: 100%;
}

.StripeElement {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 6px 0;
}

.StripeElement--focus {
  border-bottom: 1px solid #000000;
}

.card-input {
    width: 100%;
    color: inherit;
    background: transparent;
    padding: 5px 0 6px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
}

.card-input:focus {
  outline: none;
  border-bottom: 1px solid #000000;
}

.carddetailscontainer {
  position: relative;
  width: 100%;
}

.carddetails {
  position: relative;
  width: 100%;
}

.card-credit {
  width: 100%;
}

.card_logos {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.delete-card-link {
  color: #d9534f;
}

.delete-card-link:hover {
  color: #D50000;
}

.carddetails > fieldset {
    border: 1px solid #D50000;
    padding: 15px;
    border-radius: 6px;
}

.carddetails > fieldset > legend {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #D50000;
}

.payment-breakdown {
  margin-bottom: 15px;
  font-size: 16px;
}

.payment-total {
  font-weight: 600;
  padding-top: 15px;
  border-top: 2px solid #333;
  font-size: 16px;
}

.cost-summary {
  background: #f8f9fa;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.amex-logo {
  background: url('../icon/american-express_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.amex-logo-dark {
  background: url('../icon/american-express_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.credit-card-logo {
  background: url('../icon/credit-card_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.credit-card-logo-dark {
  background: url('../icon/credit-card_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.diners-club-logo {
  background: url('../icon/diners-club_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.diners-club-logo-dark {
  background: url('../icon/diners-club_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.discover-logo {
  background: url('../icon/discover_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.discover-logo-dark {
  background: url('../icon/discover_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.jcb-logo {
  background: url('../icon/jcb_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.jcb-logo-dark {
  background: url('../icon/jcb_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.mastercard-logo {
  background: url('../icon/mastercard_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.mastercard-logo-dark {
  background: url('../icon/mastercard_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.visa-logo {
  background: url('../icon/visa_light.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.visa-logo-dark {
  background: url('../icon/visa_dark.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  margin-bottom: -4px;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-top: 30px;
}

.order-table th {
    background: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #555;
    border-bottom: 2px solid #e0e0e0;
}

.order-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #e0e0e0;
}

.order-table .item-name {
    font-weight: 500;
    color: #333;
}

.order-table .vendor {
    font-size: 0.9rem;
    color: #555;
}

.order-table .food-price {
    font-weight: 600;
    color: #333;
}

.order-table .delivery-price {
    font-weight: 600;
    color: #333;
}

.order-table {
    font-size: 1.5rem;
}

.order-table th,
.order-table td {
    padding: 10px 8px;
}

.popover.bottom {
  margin-top: -100px !important;
}

.vendor-panel {
  border-left-color: #D50000 !important;
  border-left-style: solid;
  border-left-width: 9px !important;
  background-color: #fff !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  box-shadow: 1px 2px 29px 0px rgb(0 0 0 / 35%) !important;
}

.well-vendor-public {
  border-radius: 4px !important;
  box-shadow: 1px 2px 29px 0px rgb(0 0 0 / 35%) !important;
}

.well-vendor {
  background-color: #222 !important;
  border-color: #222 !important;
  border-radius: 4px !important;
  padding: 15px 15px !important;
  box-shadow: 1px 2px 29px 0px rgb(0 0 0 / 35%) !important;
}

.well-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
  border: 1px solid transparent !important;
}

.well-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
  border: 1px solid transparent !important;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.cr label input[type="checkbox"],
.cr label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
