body{
  background-color: #f5f5f5;
}

.logo{
  font-family: 'Fredericka the Great', cursive;
  color: #aa6902;
  text-decoration: none;
}

.bottom-navbar-link{
  text-decoration: none;
  color: white;
}

.bg-customized{
  background-color: #aa6902;
}

.my-fc-customized{
  color: #aa6902;
}

.fc-customized{
  color: white;
}

.fc-customized:hover{
  color: black;
}

.font-ingredients{
  font-family: 'Merienda', cursive, sans-serif;
}

.customized-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
}

.customized-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.customized-card img {
  border-radius: 5px 5px 0 0;
}

.restMenu{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.myCard{
  width: 280px;
  background-color: white;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 160px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.myCard-img-container{
  height: 240px;
  width: 100%;
  margin-top: -125px;
  border-radius: 10px;
}

.myCard-img-container > img{
  width: 240px;
  border-radius: 10px;
}

.myCard-text-container{
  text-align: center;
  padding: 10px;
}

.myCard-titre-container{
  color: #aa6902;
  font-size: 20px;
  font-family: sans-serif;
}

.myCard-desc-container{
  font-family: sans-serif;
}

.myMargin-b-160{
  margin-top: 160px;
}

.k-h-48{
  height:48px;
}

.restCart{
  margin-top: -120px;
}

.shareCard{
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 7px;
  transition: width 2s, height 2s, background-color 2s, transform 2s;
}

.shareCard:hover{
  background-color: #a79d8d;
  transform: rotate(360deg);
}

.menuHorizontal{
  cursor: pointer;
}

.menuHorizontalActive{
  font-weight: bold;
  text-decoration: underline;
}

.hhh7779{
	margin-bottom: 300px;
}

.bottom-navbar-item:hover{
	cursor : pointer;
}

.cart-item{
  cursor: pointer;
}

.btn-text{
  cursor: pointer;
  color: #aa6902;
  font-size: 20px;
  font-family: sans-serif;
  border-color: #aa6902;
}

.btn-text:hover{
  cursor: pointer;
  color: #aa6902;
  font-size: 20px;
  font-family: sans-serif;
  border-color: #aa6902;
  background-color: white;
  text-decoration: underline;
}

#invoice-POS {
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding: 1mm;
  margin: 0 auto;
  width: 78mm;
  background: #FFF;
}

#invoice-POS ::selection {
  background: #f31544;
  color: #FFF;
}

#invoice-POS ::moz-selection {
  background: #f31544;
  color: #FFF;
}

#invoice-POS h1 {
  font-size: 1.5em;
  color: #222;
}

#invoice-POS h2 {
  font-size: 1.5em;
}

#invoice-POS h3 {
  font-size: 1.2em;
}

#invoice-POS h4 {
  font-size: 1.5em;
  font-weight: 700;
}

#invoice-POS p {
  font-size: 0.9em;
  color: #666;
  line-height: 1.2em;
}

#invoice-POS #top,
#invoice-POS #mid,
#invoice-POS #bot {
  /* Targets all id with 'col-' */
  border-bottom: 1px solid #EEE;
}

#invoice-POS #top {
  min-height: 100px;
}

#invoice-POS #mid {
  min-height: 80px;
}

#invoice-POS #bot {
  min-height: 50px;
}

#invoice-POS #top .logo {
  height: 60px;
  width: 60px;
  background-size: 60px 60px;
}

#invoice-POS .info {
  display: block;
  margin-left: 0;
}

#invoice-POS .title {
  float: right;
}

#invoice-POS .title p {
  text-align: right;
}

#invoice-POS table {
  width: 100%;
  border-collapse: collapse;
}

#invoice-POS .tabletitle {
  font-size: 0.5em;
  background: #FFF;
}

#invoice-POS .borderTop {
  border-top: 1px solid #EEE;
}

#invoice-POS .itemtext {
  font-size: 0.7em;
}

#invoice-POS #legalcopy {
  margin-top: 5mm;
}

.cardProfil{
  max-width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 30px;
  border-radius: 5px;
}

.cardProfil:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.submit-color-button {
  background-color: #aa6902;
  color: white;
}

.cardMap {
  max-width: 620px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 10px;
  border-radius: 5px;
}

.cardMap:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #272727;
  z-index: 1000;
  opacity: 0.95;
}

.page-loader .txt {
  color : #aa6902;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.page-loader .img-load {
  color: #aa6902;
  text-align: center;
  top: 25%;
  position: relative;
}

/* Spinner animation */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #aa6902;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

@media print{
  body * {
    visibility: hidden;
    background-color: #FFF;
    color: #000;
  }
  
  .receipt-print{
    visibility: visible;
  }

  #invoice-POS{
    visibility: visible;
  }

  #top{
    visibility: visible;
  }

  #invoice-POS{
    box-shadow: none;
  }

  @page {
    margin: 0px;
    padding: 0px;
  }

  .receipt-print{
    color: #000;
  }

  .itemtext{
    color: #000;
    font-size: 0.7em;
  }

  .hide-text{
    color: black;
  }
}

.resume{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.bottomNavContainer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FDA403;
  text-align: center;
  padding: 2px;
  z-index: 1000;
}

.bottomNavItem {
  text-align: center;
  flex: 1;
  padding: 5px;
}

.bottomNavContainer .bottomNavItem:not(:last-child) {
  border-right: 1px solid antiquewhite;
}

.bottomNavStylelessButton {
  background: none;
  border: none;
  padding-top: 6px;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  width: 100%;
  color:antiquewhite;
}

hr.solid {
  border-top: 3px solid #bbb;
}
