div.option-card.active img {
    filter: brightness(10);
}
.selected-mobile-list{
	margin-bottom: 24px;
    position: sticky;
    top: -20px;
    z-index: 995;
	
}

.your-bowl-contains-mobile-list{
	background-color: #f2ffcc;
    border-radius: 0px;
    padding: 20px 2.8rem;
    padding-bottom: 7.5rem;
}

.selected-web-list{
	display:none;
}
.option-card  i{
	font-size:2.3rem !important;
}

.options img{
	width:40px !important;
	height:40px !important;
}
.progress-summary{
	width: 50px;
    float: left;
}


.category-main-section input[type=checkbox]:focus{
	outline: unset; 
	outline: unset; 
    outline-offset: unset;
}

.modal-header .close {
    margin-top: -6px;
}

.your-bowl-contains-list{
	
	display:none;
}
.option-card .row .active.itemName {
    color: white;
}

.option-card.no-active {
	background:#555555;
}
.option-card.no-active .fa {
    color: white !important; /* Ensures white color for FontAwesome icon */
}
.option-card.no-active  p{
	background:#555555;
	color:white !important;
}
div.option-card.no-active img {
    filter: brightness(10);
}
#your_bowl_popup .modal-backdrop {
	background-color: rgb(39, 39, 39);
}

#your_bowl_popup .modal-header {
	padding-bottom: 12px;
}

#your_bowl_popup .modal-footer {
	padding: 0;
}


.header-text-section .h1-p h1{
		font-size: 2.6rem;
		margin-top:30px;
	}
	
	.header-text-section .h1-p p{
		width: 100%;
	}

.add-your-bowl-name {
	color: white;
    background: #97C21B;
    border-radius: 0px;
    border: none;
    outline: none;
    margin-left: 10px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.bowl-meal-Name{
	
	  width: 100%;
    padding: 8px 20px;
    margin: 8px 0;
    border: 1px solid #97C21B;
    border-radius: 1px;
    box-sizing: border-box;
    color: black;
}

.meal-name-cancel{
    border: 1px solid #97C21B;
    color: #97C21B !important;
    width: 100%;
    padding: 8px 20px;
    margin-right: 10px;
    cursor: pointer;
    background:white;
	
}

.meal-save-name{
	
	background: #97C21B;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #97C21B;
    cursor: pointer;
    font-weight: 800;
    color:white;
   
    
}
 #mealName:focus {
      border-bottom: 2px solid #97C21B;
    }

   

    #mealName:focus + label,
    #mealName:not(:placeholder-shown) + label {
      top: -12px;
      font-size: 12px;
      color: #007bff;
    }

    #errorMessage {
      color: red;
      display: none;
      font-size: 14px;
      margin-top: 5px;
    }

p.categoryText {
    color: #0a0909 !important;
}
.create-your-own-bowl .titleH1Text {
	/* margin-top: 20px; */
	color: #97C21B;
	font-weight: 800;
	font-size: 24px;
    line-height: 28px;
}

.create-your-own-bowl-popup{display:block;background: white;padding:20px 5px;}
.bow-items-list{width:100%;text-align:center;}
.your-bowl-contains-list{display: flex; justify-content: center; background-color: #f2ffcc; border-radius: 0px; padding: 20px; align-items: center;}



.create-your-own-bowl img {
	width: 100%;
	/* height: 220px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%; */
}

.create-your-own-bowl figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.create-your-own-bowl .progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: white;
	height: 500px;
	border: none;
	box-shadow: none;
	flex-direction:column;
}

.create-your-own-bowl .progress-step {
	text-align: center;
	position: relative;
	flex: 1;
}

.create-your-own-bowl .progress-circle {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #97C21B;
	color: #97C21B;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto 10px;
}



.create-your-own-bowl .progress-step small {
	display:none;
	text-transform: capitalize;
}

.progress-line {
	flex: 1;
	height: 2px;
	margin: 0 -10px;
	position: relative;
	top: -10px;
}

/* .bowl-container {
		  
		      margin: 20px auto;
		    
		    } */

/* 	    .bowl-container h1 {
		      text-align: center;
		      font-size: 28px;
		      color: #333;
		    } */

/*  .bowl-container .categoryText{ text-align: start;color: #000; margin-bottom: 20px; }
		    .bowl-container .titlepText{ text-align: center;color: #000; margin-bottom: 20px; }
		 */
/* .progress {
		      display: flex;
		      justify-content: space-between;
		      align-items: center;
		      background: white;
			    height: 86px;
			    border: none;
			    box-shadow: none;
		    } */

/*  .progress-step {
		      display: flex;
		      flex-direction: column;
		      align-items: center;
		    } */

/* .progress-step .progress-circle {
		      width: 40px;
		      height: 40px;
		      border-radius: 50%;
		      background-color: #ddd;
		      display: flex;
		      justify-content: center;
		      align-items: center;
		      font-size: 16px;
		      color: #fff;
		    } */
.progress-step.active .progress-circle {
	background-color: #97C21B;
	color: white;
}

.progress-line {
	width:2px;
	flex-grow: 1;
	height: 65px;
	background-color: #ddd;
	margin: 0 10px;
}

.progress-line.active {
	background-color: #97C21B;
}

.category-section {
	margin-bottom: 20px;
}

.category-section h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category-status {
	font-size: 14px;
	color: #333;
}

.no-card{
	height:90px;
}

.option-card {
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: border 0.3s ease;
	margin: 10px 11px;
	    display: flex;
	    justify-content:space-between;
    align-items: center;
    padding: 10px 0;
}

.option-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	border-radius: 0px;
}

/* .option-card p {
		      margin: 10px;
		      font-size: 14px;
		      color: #333;
		      text-align: left;
		    } */
.checkbox-container {
	display: flex;
	background: white;
	padding: 3px 14px 6px 8px;
	justify-content: space-between;
	align-items: center;
}

/* .checkbox-container  label {
	margin-bottom: -4px;
	margin-left: 9px;
	
} */

/* Checkbox styling */
    .checkbox {
      appearance: none; /* Remove default checkbox styling */
      width: 24px;
      height: 24px;
      border: 2px solid #ccc; /* Default border */
      border-radius: 50%; /* Circular shape */
      background-color: #fff; /* Default background */
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .checkbox:checked {
      border-color: #fff; /* Green border on check */
      background-color: #fff; /* Green background */
      position: relative;
    }

    .checkbox:checked::after {
     content: '\2714';
      color: #00796b;
      font-size: 14px;
      display: block;
      position: absolute;
    }

/* .option-card .checkbox-container {
	position: absolute;
	top: 10px;
	left: 10px;
} */

.category-section .minus-input {
	background: transparent;
}

/* .option-card input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color:#97C21B;
	accent-color: white;
	content: '\2714';
} */

.option-card.active {
	/* border: 6px solid #97C21B; */
	background-color:#008080;
	color:white;
}

.size-detials-container {
	display: flex;
	justify-content: space-between;
}

.size-selector {
/* 	border: none; */
	padding-left: 0px;
	/* background: transparent; */
	
	font-family: 'Open Sans', sans-serif;
    border: solid 1px #ccc;
    padding: 2px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    color: #324815 !important;
    border-radius: 2px;
}

div.option-card.active .size-selector {
   /*  color: black !important; */
    opacity: 1;
}

 .size-details-container {
 padding: 10px 10px 0px 10px;
     display: flex;
    align-items: center;
    justify-content: space-between;
 }

.summary {
	text-align: center;
	margin-top: 20px;
	padding: 15px;
	background: #e9ecef;
	border-radius: 10px;
}

/*    .add-to-cart-btn {
		      display: block;
		      margin: 20px auto;
		      padding: 15px 20px;
		      font-size: 18px;
		      background: #28a745;
		      color: #fff;
		      border: none;
		      border-radius: 5px;
		      cursor: pointer;
		    }
		
		    .add-to-cart-btn:disabled {
		      background: #ccc;
		      cursor: not-allowed;
		    }
	     */
.bow-items-list .titleH1Text, .bow-items-list .titlePText, .bow-items-list .progress{
				display:none;
			}
.your-bowl-heading{
	padding: 20px;
    text-align: center;
}
.bow-items-list .food_bowl_description{
	margin-top:30px !important;
}	
.bowl-details-container{
			 display: flex; 
			 flex-direction:column;
			 justify-content: space-around; 
		}
.horizontal-top{
			width: 100%; 
			height: 1px; 
			background: #D0D0D0;
		}
.horizontal-bottom{
			width: 100%; 
			height: 1px; 
			background: #D0D0D0;
		}
.bowl-price-quantity .item-add-remove{
			order:2;
		}
		.bowl-price-quantity p{
			order:1;
		}  
	.bowl-price-quantity{
			display:flex;
			justify-content:space-between;
			padding-top: 12px;
    		margin-bottom: -14px;
		} 




  /* Default item name color */
		.option-card .itemName {
		    color: black !important; /* Default color for item name with priority */
		    font-size: 14px;
        	font-weight: 700;
        	opacity:0.7;
        	margin-bottom: 0px;
		}
		
		/* Active item name color with increased specificity */
		div.option-card.active .itemName {
		    color: white !important; /* White color when the card is active with priority */
		    opacity:1;
		}
		
		.your-bowl-contains-list .minus-input{background: transparent !important;}
		
		    .mobile-view-popup-id #bowlpopup .main {
       		 	margin-top: 20px;
		    }
		    .mobile-view-popup-id #bowlpopup .popup-header {
		    	padding-top:10px;
		    }
		    .header-close-section{
		    	display:none !important;
		    }
		    .category-main-section{
		    	padding-bottom:140px;
		    }
		    
		    .create-your-own-bowl-popup {
			    margin-top: 60px;
			}
.sold-out-fig {
			left: 25% !important;
    		width: 50% !important;
		}
	     
	     
	 @media (max-width: 768px){
	 	.option-card  .col-md-8{
	 		    width: 100%;
    			padding: 0px;
	 	}
	 	
	 	.no-card p{
	 		margin-left: 0px !important;
	 	}
	 	
	 	.option-card  {
	 		height: 90px;
	 	}
	 }
@media (min-width: 768px){
	.sold-out-fig {
			left: 15% !important;
    		width: 70% !important;
		}
	.selected-web-list{
		display:block;
	}
	.selected-mobile-list{
		display:none;
		margin-bottom: unset;
	    position: unset;
	    top:unset;
	    z-index: unset;
	}
	.category-section{
		margin:20px 0px;
	}
	.options img{
	width:54px !important;
	height:54px !important;
	}
	.create-your-own-bowl .progress-step small {
		display:block;
		font-size: 14px;
		color:#324815;
	}
	
	.progress-summary{
		width: unset;
	    float: unset;
	}
	.progress-line {
		height: 2px;
	}
	.create-your-own-bowl .progress{
		flex-direction:row;
		height: 86px;
	}
	
	
	.progress-summary{
		position: sticky;
	    top: -22px;
	    z-index: 1000;
	    background: #fff;
	} 
	
	.create-your-own-bowl .titlePText {
	font-weight: 700;
	}
	
	.create-your-own-bowl img {
		width: 90%;
		/* height: 274px;
		object-fit: cover;
		object-position: center;
		border-radius: 50%; */
	}

	#bowlpopup .popup-header{
		display:none !important;
	}
	.category-main-section{
		 padding-bottom:unset;
		 width:90%;
		 padding-left: 8px;
	}
	.progress-summary .progress{
		width:64%;
		margin-left:auto;
		margin-right:auto;
	}
	.header-close-section{
		    	display:flex;
		    }
	.create-your-own-bowl-popup{display:block;background: white;padding:20px 0px;height :86% !important;  width: 98% !important;margin-top:20px !important;}
	.bow-items-list{
		width:90%;
		text-align:left;
		margin-top:25px;
	}
	.your-bowl-contains-list{
		margin-bottom:0px;
		width: 90%;
        margin-left: auto;
        margin-right: auto;
     }
	
	.option-card  .itemName{margin-bottom: 0px;padding:0 10px;opacity:0.7;}
	
	/* .bowl-fixed-top-section{
		position: fixed; top: 20px; width: 98%; z-index: 999;    background: white;
	} */
	.header-close-section{
		display: block !important;
	}
	
	.header-text-section{
		display:flex;
		justify-content:center;
	}
	
	.header-text-section .h1-p{
		width:70%;
	}
	
	.header-text-section .h1-p h1{
		font-size: 3rem;
		margin-top:unset;
	}
	
	.header-text-section .h1-p p{
		width: 76%;
	}
	
	.options {
	display: flex;
		flex-wrap: wrap;
		/* gap: 15px; */
		justify-content: start;
	}

	.option-card {
		width: 46%;
	}
	.header-text-section .progress{width:50%;}
	.header-text-section .your-bowl-contains-list{width:80%;}
	
	.selected-items-list{
		margin: 0px 25px 0 0;
        width: 60%;
        font-size: 16px;
			}
			.selected-items{
				padding-top: 10px;
			    font-size: 14px;
			   
			}
			
			.selection-status{
				 padding-right: 21px;
			}
			.create-your-own-bowl-container{
				display:flex;
				justify-content:center;
				align-items:center;
			}
			.bowl-right-container{
				display:flex;
				justify-content: center;
				align-items: center;
				width:90%;
			}
			.your-bowl-heading{
				display:none;
			}
			.bow-items-list .titleH1Text, .bow-items-list .titlePText{
				display:block;
				font-weight: 600;
    			/* color: #333333; */
			}
			.bow-items-list .progress{
				display:flex;
			}
		.bow-items-list .food_bowl_description{
			margin-top:0px !important;
		}
		.bowl-details-container{
			 display: flex; 
			  flex-direction:row;
			 justify-content: space-around; 
			 align-items: center;
			 width:90%;
			 margin-left:auto;
			 margin-right:auto;
			 margin-bottom:22px;
		}
		.horizontal-top{
			width: 90%; 
			height: 1px; 
			background: #D0D0D0;
		}
		.horizontal-bottom{
			width: 90%; 
			height: 1px; 
			background: #D0D0D0;
		}
		.bowl-price-quantity{
			display:flex;
			justify-content:flex-end;
			margin:0;
			padding:0;
		}
		.bowl-price-quantity .item-add-remove{
			order:1;
			margin-right: 6rem;
			
		}
		.bowl-price-quantity p{
			order:2;
		} 
		.category-section .categoryText{
			font-size:18px;
		}
		.category-section .selection-status{
			font-size:16px;
		}
		
		.your-bowl-contains-list .item-add-remove{
		    color: white;
		    margin: 0px;
		    float: unset;
		}
		
		.your-bowl-contains-list .item-add-remove #add.plus,.item-add-remove-offer #remove, .item-add-remove #remove {
 
	        background: #97C21B !important;;
	        border-radius: 0px;
		}
		
}

@media (min-width:1024px){
	.bowl-price-quantity .item-add-remove{
			margin-right: 11rem;
		}
	.category-main-section {
        padding-bottom: unset;
        width: 70%;
    }
    .your-bowl-contains-list{
		width: 80%;
     }
	.progress-summary .progress{
		width:58%;
		margin-left:auto;
		margin-right:auto;
	}
	
}
	     
	     
	     