.store-name-h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	color: black;
	margin-bottom: 0;
}

.ticket-view-store-name-h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	color: black;
}

.figma-lbl-font-size {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: black;
	width: 100%;
}

.figma-font {
	font-family: 'Poppins';
	font-style: normal;
}

.figma-font-size-sm {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #646464;
}

.figma-font-black {
	color: black;
}

.category-item-container {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 24px;
}

.figma-frame95 {
	font-family: 'Poppins';
	font-style: normal;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0;
	padding-bottom: 10px;
	gap: 20px;
	white-space: nowrap;
	overflow-y: auto;
}

.category-item:HOVER {
	border-bottom: 1px solid var(--theme-primary-color);
}

.figma-frame96 {
	background: #FFFFFF;
	padding: 5px 40px 0;
	width: calc(100% - 85px);
	/* box-shadow: 0px 4px 12px rgb(0 0 0/ 10%); */
}

.category-header-label {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: black;
	padding-top: 5px;
	padding-bottom: 20px;
}

.category-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px;
}

.figma-category-lbl-font-size {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: black;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.figma-info-icon {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	padding: 8px 8px 8px 16px;
	width: 16px;
	height: 16px;
}

.mainReviewAndInfoDiv {
	display: flex;
	background: rgba(184, 15, 10, 0.08);
	border-radius: 24px;
	white-space: nowrap;
	min-height: 2rem;
}

.reviewAndInfoDiv {
	padding: 6px;
	padding-right: 16px;
	min-height: 35px;
}

.main-review {
	width: 100%;
	padding-right: 5px;
	padding-bottom: 16px;
	margin-top: 7px;
}

.orderTypeSelectionPanel {
	width: 100% !important;
	justify-content: start;
	align-items: end;
}

.color-black#button:hover {
	background: var(--theme-primary-color);
}

.single-store-rating {
	display: block;
	margin-bottom: 5px;
}

.single-store-rating::before {
	content: "\25CF";
	color: black;
	padding-left: 8px;
	padding-right: 10px;
}

.figma-search-menu {
	width: 24%;
}

.map-marker-icon{
	width: 1rem !important;
    height: 1rem !important;
    margin-top: .2rem !important;
}

.flex-flow-wrap {
	flex-flow: wrap;
}

.unit-and-price-div {
	padding-top: 5px;
}

.unit-and-price-div::before {
	content: "\25CF";
	color: black;
	padding-left: 8px;
	padding-right: 10px;
}

.right-search-layout {
	border: 1px solid #D7D7D7;
	border-radius: 24px;
	height: 40px;
	min-width: 150px;
}

.search-and-clear-layout {
	padding: 0px 10px;
	width: 12px;
	height: 12px;
	margin: auto;
}

.ratingContentSection {
	max-width: 490px;
	word-break: break-all;
	margin: 0 auto;
}

.figma-cart-button {
	padding-left: 10px;
	width: calc(100% - 8px);
	margin-bottom: 5px;
}

.store-rating-user-name {
	margin-top: 0;
}

.store-details-section {
	padding: 5px 40px 0;
}

.store-search-delivery-address .tooltip {
	margin: 5px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
