
html{
	width: 100%;
	overflow-x: hidden;
  }
  a{
	
	text-decoration: none;
	color:black;
}
a:hover{
	text-decoration: none;
}
body{
	background: #fff;
}
.leafimg{
  animation: none;
}
.menuhead{
	color: black;
	margin-top: 10rem;
	text-align: left;
	font-weight: bold;
}

.card{
	width: 20rem;
	margin: 10px;

}

.categorycard{
    width: 0;
    margin-top: 2rem!important;
}
.card .card-header{
	background-color: #dbff3d;
	font-weight: bold;
	font-size: 105%;
}
.category_items{
	margin: 5px;
}
.list-group{
	position: relative;
	left:15%;
    display: flex;
        flex-direction: row !important;

    padding-left: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    align-items: center;
}


.card  .list-group a{
	text-decoration: none;
	display: inline-block;
	color: black;
	background-color: #ddd;
	border-bottom: 1px solid rgb(210,210,210);
}
.listGroup {
	background: #ddd;
	margin: 5px;
	width: fit-content;
    flex-direction: row !important;

}

.list-group-item {
	font-size: 15px;
	border-radius: 100px;
	text-align: center;


}
.listGroup span{
   background:white;
   width: 20px;
   border-radius: 50%;
   position:absolute;
   right:4px;
   text-align: center;
}

.listGroup a{
	color: black;
}
.selected{
	background: #EFDC2E;
	color:black;

}

.listGroup:active{
	background: #EFDC2E;
	color:black;
}
/*this for category style vegen or other types!*/


.veg .cat_icon{

    background-image: url(../images/veg.png);
	background-size: contain;
}
.vegetarian .cat_icon{
   
    background-image: url(../images/nonveg.png);
	background-size: contain;

}

.spicy .cat_icon{

    background-image: url(../images/spicy.png);
	background-size: contain;

}

.new .cat_icon{
  
    background-image: url(../images/new.png);
	background-size: contain;


}



.cat_icon{
    position: absolute;
    width: 50px;
    height: 50px;

    top: 40%;
    left: 73%;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
    .cat_icon {
 
        top: 75%;
        left: 30%;
        width: 30px;
        height: 30px;
        object-fit: contain;
        
	
    }
    
}


/*this is the end of category vegen or other types!*/

.card .list-group-item{
	background: #ddd !important;
}
.card .list-group-item:hover{
	background: rgb(203, 241, 47);
}
.card #veg:hover{
	background: #5cb85c;
}
.card #nonveg:hover{
	background: #d9534f;
}
.card #both:hover{
	background: #949494;
}
.card .card-title{
	font-size: 14px;
	font-weight: bold;
}
.card .card-img-top{
	height: 200px;
	width: auto;
}
.card .card-text{
	font-size: 12px;
	height: 4.5em;
	line-height: 1.5em;
	overflow: auto;
	transition: 0.5s;
}
.card .card-text::-webkit-scrollbar {
    display: none;
}
.card select{
	color: white;
	border: 1px solid transparent;
    padding: .37rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
#backtotop{
	position: fixed;
	font-size: 40px;
	right: 30px;
	bottom: 50px;
	color: #46db46;
	display: none;
}
#backtotop:hover{
	text-decoration: none;
	color: #f0ad4e;
}

@media (max-width:992px) {
	.list-group {
      flex-wrap: wrap;
	}
	.card{
		margin: 0 auto;
	}
   .categorycard{
		width: auto;
	}
   .menuhead{
   	margin: 0 auto;
   }
}
.categorycardOnScroll {
	width: 100%;
	position: fixed;
	height: auto;
	z-index: 1000;
	background-color: white;
	overflow-y: hidden;
    overflow-x: auto;
	top: -72px;
	align-items: right;
	outline: none;
	
}
.cardRows{
	margin-top: 20px;
}

@media (max-width:850px) {

	
	.categorycardOnScroll {
		width: 2600px;
		overflow-y: auto;
		position: fixed;
		left: -385px;
		z-index: 1000;
		overflow-y: hidden;
		overflow-x: auto;
				background-color: white;
		top: -40px;
		align-items: center;
	}
	

		.btnCatOnScroll{
			top: -25px;

		}

	.mx-4{
		margin-top: 150px;
		margin-left: .2rem !important;
		margin-right: .2rem !important;
	}
	.card{
		flex-direction: row;
		border-top: none;
    border-left: none;
    border-right: none;

	}
	.card .card-img-top {
		width: 100px;
		height: 120px;
		margin-top: 40px;
		margin-left: 20px;
	}
	.categorycard {
	width: 4600px;
		overflow-y: auto;
		position: fixed;
		left: -700px;
		z-index: 10;
	}
	.listGroup {
		display: block;
		margin: -7px;
	}
	


}


   /*payments method*/
   .paypal-button > .paypal-button-label-container {
    border: 1px solid;
	background-color:  transparent !important;
}
.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
	background-color: black !important;
}
#payments_method{
	display: flex;
	align-items: center;
    flex-direction: column;
}
   #payments_method .pay{
	position: relative;
	bottom: 0px;
    left: 10px;
	margin-right: 10px;
	text-align: center;
	outline: none;
	flex: 1;
	z-index: 100;

}
@media (max-width:900px) {
	#payments_method {

		position: relative;
		left: 50px;
		top: -20px;
	}
	#payments_method .pay{
		left: -35px;
		bottom: -40px;
		width: 160px;

}
}
.pay i{
text-align: center;
width: 100px;
}
.paypal_method{
	position: relative;
	top: 27px;
	left: 25px;
	flex: 1;
	width: 160px;
}
.buttons-container{
position: relative;
z-index: 100;
height: 253px;
top: 163px;
left:100px;
}
