.form-control
{
    color:#000 !important;
}

.toPayField
{
    display:none;
}

.menuCart .accordion-button
{
    background-color: #e7a24f;
    color: #fff;
}

.menuCart .accordion-button:not(.collapsed)
{
    color: #000;
    font-weight: bold;
    background:#fff;
}

.de-card-2 img {
				width: 70%;
				border-radius: 50%;
				height: 170px;
			}
			
			.de-card-2 .div-content {
                padding: 12px 6px
			}
		
            .nav-pills .nav-link
            {
                text-align: left;
            }

            .cart-box
            {
                position: fixed;
                z-index: 99999999;
                background: #ca8e46;
                bottom: 0;
                right:0;
                width: 22%;
                color: #000;
                padding: 2px 6px;
                font-weight: bold;
            }

            #cart-data
            {
                display:none;
            }

            .cart-header label
            {
               width: 47%;
            }

            .cart-header h3
            {
                margin-bottom: 5px;
                text-align: center;
                border-bottom: 1px solid #fff;
            }

			.menuList
			{
				border-bottom: 1px solid #eee;
				padding: 15px 0px;
			}
			
			.imageBox img
			{
				width:75%;
				border: 2px solid #fff;
				border-radius: 11px;
			}
			
			.add_to_cart
			{
				background: #fff;
				border-radius: 4px;
				padding: 0px 10px;
				color: green;
				font-weight: bold;
				bottom: 14px;
                left: 10%;
			}
			
			.menuListMob
			{
				padding: 10px 0px !important;
				margin: 0px !important;
				border-bottom:1px solid #fff;
				display:flex;
			}
			
			.menuListMob .imageBox
			{
				float: left;
				width: 35%;
				padding: 0px !important;
				margin: 0px !important;
			}
			
			.menuListMob .menuDesc
			{
				float: left;
                width: 64%;
				padding-right: 0px;
			}
			
			.menuListMob .menuDesc h3
			{
				margin-bottom: 8px;
                font-size: 16px;  
				font-weight: 500;
			}
			
			.menuListMob .menuDesc h4
			{
				margin-bottom: 8px;
                font-size: 14px;   
				font-weight: 500;
			}
			
			.menuListMob .menuDesc p
			{
				font-size: 13px; 
                line-height: 18px;	
                margin-bottom:0px;				
			}
			.menuListMob .imageBox img 
			{
				width: 100%;
				border: 2px solid #fff;
				border-radius: 11px;
			}
			
			.mobileData
			{
				display:none;
			}

            @media only screen and (max-width: 991px) {
                .cart-box
                {
                    width:100% !important;
                }
				
				.add_to_cart
				{
				  font-size: 10px;
				}
				
				.mobileData
				{
					display:block;
				}
				
				.deskData
				{
					display:none;
				}
            }
			
.de-title h2
{
    letter-spacing: unset;
    font-size: 32px;
    margin-top: 0px;
    text-transform: capitalize;
}
			

/********** Font Size CSS Starts ************/

.font12
{
    font-size:12px !important;
}

/********** Font Size CSS Ends ************/


/********** Padding and Margin CSS Starts ************/

.p-0
{
    padding:0px !important;
}

.pl-10
{
   padding-left: 10px !important;
}

.mb-15
{
    margin-bottom:15px !important;
}

/********* Padding and Margin  CSS Ends **************/


/********* Background and Text Color CSS Starts ************/

.bg-white
{
    background:#fff !important;
}

.bg-black
{
    background:#000 !important;
}

.color-white
{
   color:#fff !important;
}

.color-black
{
   color:#000 !important;
}

/********* Background and Text Color CSS Ends


/*********** Cart Btn Css Starts *************/

.menuList .imageBox .cartSec
{
    position: relative;
    bottom: 14px;
    left: 23%;
}

.menuListMob .imageBox .cartSec
{
	position: relative;
    bottom: 14px;
    left: 19%;
}

.cartBtn
{
    padding: 1px 6px;
    text-transform: capitalize;
    margin-left: 14px;
    cursor:pointer;
}

.cartSec
{
    display:none;
}

.minusBtn
{
    cursor: pointer;
    background: green;
    padding: 5px 5px;
    margin-right: -5px;
    color: #fff;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.plusBtn
{
    cursor: pointer;
    background: green;
    padding: 5px 5px;
    margin-left: -5px;
    font-size: 13px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.quantity
{
    width: 28px;
    height: 28px;
    font-size: 12px !important;
    text-align: center;
}

/*********** Cart Btn Css Ends *************/