@font-face {
font-family:BTitrBold;src:url(fonts/titrbold/BTitrBold.eot?#) format('eot'),
url(fonts/titrbold/BTitrBold.woff) format('woff'),
url(fonts/titrbold/BTitrBold.ttf) format('truetype')
}
@font-face {
font-family:BHoma;src:url(fonts/BHoma/BHoma.eot?#) format('eot'),
url(fonts/BHoma/BHoma.woff) format('woff'),
url(fonts/BHoma/BHoma.ttf) format('truetype')
}
* {
	font-family:BTitrBold;
	}
	body {
            font-family:BTitrBold;
              margin: 0;
  padding: 0px;
  background:#fff;
        }
      
  .menu-container {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        z-index:1;
        top: 0;
        right: 0;
        direction: rtl;
        background: #FF5959;
        transition: position 0.3s ease; 
          border-radius:5px;
      }
      .category-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        padding: 0px;
      }
      .category-list li {
        padding: 12px;
        border-right: 0 solid #ddd;
        white-space: nowrap;
      }
     .category-list li a {
        text-decoration: none;
        color: #000;
        width: 100%;
        height: 100%;
        padding: 8px;
      }
      .category-list li a:hover,
      .category-list li a.selected {
        background-color: #fff;
        cursor: pointer;
        width: 100%;
        height: 100%;
        padding: 22px;
        color: #482A19;
        border-radius: 0px;
       text-decoration: none;
      }
      .category {
        border-bottom: 0px solid #ccc;
        padding: 10px;
        margin-top: 20px;
      }
      .menu-item {
        margin-left: 0;
      }
      .card {
        box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
        padding: 7px;
        text-align: center;
        margin: 20px;
        position: relative;
        height: 420px;
        border-radius: 12px;
        background: #fff;
      }
      .addtocart {
        position: absolute;
        bottom: 4px;
        left: 4px;
      }
      .cart {
        background: #fff;
        color: #343434;
      }
      button {
      background:#fff;
      border:0px;
      font-family: “Arial Bold”, sans-serif;
font-weight:bold;
font-size:18px;
      }
      .font-name {
font-family:BTitrBold;
position:absolute;
top:205px;
right:0;
background:#FF5959;
color:#fff;
padding:5px;
      }
      
      .font-descript {
font-family:BTitrBold;
position:absolute;
top:245px;
right:0;
color:#343434;
padding:5px;
line-height:25px;
text-align:right;
direction:rtl;
}
.font-price {
font-family:BTitrBold;
position:absolute;
bottom:0;
border-bottom-right-radius:8px;
border-top-left-radius:8px;
right:0;
background:#FF5959;
color:#fff;
padding:7px;
	}

.uniqueled {
width:20px;
height:20px;
border:0;
padding:5px;
text-align:center;
background:#fff;
font-family: “Arial Bold”, sans-serif;
font-weight:bold;
font-size:18px;
	}
	
	.item-image {
border-top-left-radius:12px;
border-top-right-radius:12px;
width:100%;
height:220px;
position:absolute;
top:0;
right:0;
		}
		

   .item-count {
     position: absolute;
     bottom:28px;
     left:8px;
     transform: translate(-50%, -50%);
     font-size: 30px;
     font-weight: bold;
     color: #007bff;
     border-radius: 50%;
     padding: 5px;
     animation: jumpAnimation 1s infinite;
   }
@keyframes jumpAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.tabcontent {
  display: none;
  padding: 6px 8px;
  border: 0px solid #ccc;
  border-top: none;

}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#Menu {
  display: block;
}

 ::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
::-webkit-scrollbar-thumb {
  background: #000; 
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
  }
  
/* CSS */
.button-25 {
  background-color: #FF5959;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family:BTitrBold;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-25:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-25:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.button-25:disabled:active {
  pointer-events: none;
}

.button-25:disabled:hover {
  box-shadow: none;
}


/* CSS */
.button-25 {
  background-color: #36A9AE;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.button-25:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-25:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.button-25:disabled:active {
  pointer-events: none;
}

.button-25:disabled:hover {
  box-shadow: none;
}
h2 {
	font-family:BTitrBold;
	}
	