﻿p, h1, h2, h3, h4, h5, h6, span, ul, li {
direction: rtl;
text-align: right;
}
.th-center > th{
text-align:center!important;
}

.lt {
direction:ltr;
}

.rt {
direction:rtl;
}

.txlt {
    direction: ltr;
    text-align:left;
}

.txrt {
    direction: rtl;
    text-align: right;
}

.Title-Discount {
font-size:20px;
}

.Title-Section{
font-size:18px;
}

.Main-Menu-Header-Fixed {    
position: fixed;
top: 0;
bottom: 0;
z-index: 1;
/*
background-color: white;
padding: 3px;*/
}

.Menu-Header-Sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
bottom: 0;
z-index: 1;
background-color: white;
padding: 3px;
}
.Menu-Header-Sticky-InBasket {
    position: fixed !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;

}
/*.buy-basket {
width: 35px;
height: 35px;
color: white;
margin: 0 25px;
background-color: orange;
padding: 8px;
border-radius: 50%;
text-align: center;
justify-content: center;
display: flex;
flex-direction: column;
}
.buy-basket:hover {
color: red;
cursor:pointer;  
}*/

/*.buy-basket span {
margin-top:10px;
}*/

.Menu-Food-Item {
height: 400px !important;
}
.Food-Item-Dec {
padding: 3px;
height: 70px !important;
overflow-y: auto;
text-align:justify;
}

.Food-Item-Dec::-webkit-scrollbar {
width: 14px;
height: 14px;        
}

.Food-Item-Dec::-webkit-scrollbar-thumb {
background: #434343;
border-radius: 14px;
box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

.Food-Item-Dec::-webkit-scrollbar-track {
background: linear-gradient(90deg,#434343,#434343 1px,#111 0,#111);
border-radius: 14px;
}

count-buy {
z-index:1;
color:red;
margin:20px 
}

/*----buy basket-------*/
.clear {
clear: both;
}

.body-container {
/*width: 100%;*/
position: relative;
text-align:center !important;
margin-right:10px;
}

.body-container .products {
width: 100%;
}

.body-container .products .product {
background-color: #de4800;
color: white;
margin: 15px 0px;
padding: 15px;
}

.body-container .products .product img {
float: left;
margin: 0px 15px 0px 0px;
}

.body-container .products .product button {
margin: 15px 0px 0px 0px;
background-color: black;
color: white;
border: 0px;
border-radius: 10px;
padding: 5px 10px;
}

.body-container .products .product button:hover {
background-color: #c02800;
cursor: pointer;
}

.body-container .basket-container {
position: fixed;
top: 5px;        
height: 50px;
border-radius: 30px;
background-color: orange;
color: black;
padding: 15px;
transition: width 0.5s, height 0.5s, top 0.2s;
}

.body-container .basket-container .basket-icon {
color: white;
position: absolute;
top: 13px;
right: 17px;
}

.body-container .basket-container .basket-icon:hover {
color: #c02800;
cursor: pointer;
}

.body-container .basket-container .basket-count {
width: 25px;
height: 25px;
z-index: 2;
background-color: #c02800;
border-radius: 10px;
text-align: center !important;
position: absolute;
top: 30px;
right: 30px;
}

.body-container .basket-container .basket-count p {
padding: 0px;
margin: 2px 0px 0px 0px;
color: white;
font-size: 0.9rem;
text-align:center!important;
}

.body-container .basket-container .basket-content {
opacity: 0;
width: 0px;
overflow: hidden;
transition: opacity 0.2s;
transition-delay: 0.4s;
}

.body-container .basket-container .basket-content .basket-products {
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 200px;
overflow-y: auto;
}

.body-container .basket-container .basket-content .basket-products ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.body-container .basket-container .basket-content .basket-products ul li {
width: 100%;
padding: 10px 0px;
}

.body-container .basket-container .basket-content .basket-products ul li input {
margin-right: 5px;
width: 50px;
height: 20px;
}

.body-container .basket-container .basket-content .basket-products ul li .remove-product {
color: #c02800;
margin-right: 5px;
}

.body-container .basket-container .basket-content .basket-products ul li .remove-product:hover {
color: #de4800;
cursor: pointer;
}

.body-container .basket-container .basket-content .basket-products ul li .amount {
float: right;
margin-right: 5px;
}

.body-container .basket-container .basket-content .basket-total-amount {
margin-top: 5px;  
float:left;
}

.body-container .basket-container .basket-content .basket-total {
margin-top: 5px;
float: right;
}

.body-container .basket-container .basket-content .basket-checkout {
background-color: #c02800;
color: white;
border: 0px;
padding: 5px 10px;
border-radius: 10px;
float: right;
}

.body-container .basket-container .basket-content .basket-checkout:hover {
background-color: #de4800;
cursor: pointer;
}

.body-container .basket-scrolling {
top: 15px;
}

.body-container .open-basket {
height: 360px;
color: white;
}

.body-container .open-basket .basket-content {
opacity: 1;
width: 100%;
}

.body-container .header {
width: 100%;
height: 50px;
background-color: #000;
color: white;
}

.body-container .header ul {
float: right;
list-style-type: none;
margin: 15px 15px 0px 0px;
}

.body-container .header ul li {
display: inline;
margin: 0px 0px 0px 10px;
}

@media (min-width: 575px) {
.basket-container {
width: 50px;
}

.open-basket {
width: 350px;
}
}

@media (max-width: 575px) {
.basket-container {
width: 50px;
}

.open-basket {
width: 300px;
}
}


@keyframes colorBasketAnimate {
    from {
        background-color: white;
    }

    to {
        background-color: green;
    }
}
.cursorPoint:hover {
    cursor: pointer !important;
}