.tab-bar-component {
	position: fixed;
	bottom: 0px;
	/* left: 0px; */
	width: 100%;
	display: flex;
	justify-content: space-around;
	box-shadow: var(--shadow-lg);
	background-color: #fff;
	max-width: 520px;
}

.tab-bar-item {
	padding: 1rem;
}

.tab-bar-item .tab-bar-icon {
	font-size: 1.5rem;
	color: var(--font-color-secondary);
	opacity: 0.7;
}

.tab-bar-item .tab-bar-icon.active {
	color: var(--primary);
	opacity: 1;
}

.header-component {
	display: flex;
	align-items: center;
	position: fixed;
	background: #fff;
	width: 100%;
	border-bottom: var(--border);
	z-index: 9;
	max-width: 520px;
	/* position: relative; */
}

.header-component > .head-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

.header-component > .head-menu > .head-menu-item {
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.header-component > .head-menu > .head-menu-item.with-badge {
	position: relative;
}

.header-component > .head-menu > .head-menu-item.with-badge > .head-menu-badge {
	position: absolute;
	top: 0px;
	right: -2px;
	background-color: var(--danger);
	color: #fff;
	font-size: 0.75rem;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	/* font-weight: 600; */
}

.header-component > .head-menu > .head-menu-item > .head-menu-icon {
	font-size: 1.4rem;
	text-decoration: none;
	color: var(--font-color-secondary);
}

.search-bar {
	flex: 1;
	border: var(--border);
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	position: relative;
}

.search-bar > input {
	border: none;
	outline: none;
	width: 100%;
	margin-left: 0.5rem;
}

.product-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem;
}

.product-list > .product-item {
	overflow: hidden;
	/* display: flex; */
	/* justify-content: space-between; */
	border-top: var(--border);
	padding: 1rem 0;
}

.product-list > .product-item > .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.product-list > .product-item:first-child {
	border-top: none;
}

.product-list > .product-item .product-image {
	height: 100px;
	width: 100px;
	border: var(--border);
	border-radius: 16px;
}

.product-list > .product-item .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.card-gap {
	height: 1rem;
	background-color: #f5f5f5;
	margin-left: -1rem;
	margin-right: -1rem;
	border-top: var(--border);
}

.product-tile {
	display: flex;
	overflow: scroll;
}

.product-tile::-webkit-scrollbar {
	display: none;
}

.product-tile .product-item {
	width: 140px;
	margin-left: 2rem;
	display: block;
	border: var(--border);
	border-radius: 16px;
	/* height: 100%; */
}
.banner-image {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	/* height: 280px; */
	background-color: var(--border-color);
}
.product-tile a:last-child {
	margin-right: 1.4rem;
}
.product-tile a {
	text-decoration: none;
}
.product-tile .product-item img {
	border-radius: 16px;
	width: 140px;
	height: 140px;
	background: var(--border-color);
}
.product-tile .product-item > .product-tile-information {
	padding: 12px;
	padding-bottom: 24px;
}

.product-list > .product-item .product-name,
.product-tile .product-tile-information .product-name {
	font-size: 1rem;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

.product-list > .product-item .product-desc,
.product-tile .product-tile-information .product-desc {
	font-size: 0.8rem;
	color: #a3a1a1;
	margin-bottom: 4px;
	text-decoration: none;
	width: 85%;
}

.product-list > .product-item .product-price,
.product-tile .product-tile-information .product-price {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}

.product-list > .product-item .add-to-cart-btn {
	font-size: 1rem;
	text-decoration: none;
	color: var(--primary);
	border: var(--border);
	border-color: var(--primary);
	display: block;
	text-align: center;
	border-radius: 16px;
	padding: 0.2rem 0;
	font-weight: bold;
	width: 100px;
}

.filter-tags {
	display: flex;
	overflow: scroll;
	padding: 0.5rem 0;
}

.filter-tags::-webkit-scrollbar {
	display: none;
}

.filter-tags > .tags-item {
	padding: 0.25rem 0.5rem;
	border-radius: 1rem;
	border: var(--border);
	color: var(--subtitle);
	margin-right: 0.5rem;
	display: block;
	text-wrap: nowrap;
	font-size: 1rem;
}

.filter-tags > .tags-item.active {
	border-color: var(--primary);
	color: var(--primary);
	background-color: var(--primary-soft);
}

.img-profile {
	width: 98px;
	height: 98px;
	border-radius: 16px;
	background-color: #fff;
	overflow: hidden;
}

.section-title {
	margin-left: 0px;
	margin-right: 0px;
}

.loading {
	background-image: linear-gradient(
		90deg,
		#fff,
		var(--border-color),
		#fff,
		var(--border-color)
	);
	background-size: 1000%;
	background-position: right;
	border-radius: var(--rounded);
	width: 150px;
	height: 15px;
	animation: sweep 2s ease-in-out infinite alternate;
}

.text-muted {
	color: var(--subtitle) !important;
}
.cart-summary {
	position: fixed;
	bottom: 72px;
	margin-left: 12px;
	margin-right: 12px;
	/* left: 0px; */
	width: calc(100% - 24px);
	padding: 1rem;
	display: flex;
	box-shadow: var(--shadow-lg);
	background-color: #fff;
	border-radius: 12px;
	justify-content: space-between;
	align-items: center;
	background-color: var(--primary);
	color: #fff;
	max-width: 496px;
}
.cart-summary .cart-summary-prices {
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.cart-summary .cart-summary-prices i {
	font-size: 1.5rem;
	margin-left: 0.5rem;
}
.cart-summary .item-desc {
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 240px;
	font-size: 0.75rem;
	white-space: nowrap;
}
.hide {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.qty-control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
}
.qty-control > a {
	font-size: 1.5rem;
	text-decoration: none;
	color: var(--primary);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: var(--border);
	border-color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
}
.splide__pagination__page {
	width: 4px !important;
	height: 4px !important;
}
.splide__arrow {
	display: none !important;
}
.px-3 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.app-card {
	position: relative;
	border: 0px;
}

.app-card.with-notes {
	margin-top: 4rem;
}

.with-notes.notes-primary .app-card-notes {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.with-notes.notes-danger .app-card-notes {
	background-color: var(--danger);
	border-color: var(--danger);
	color: #fff;
}

.app-card .app-card-notes {
	padding: 6px 12px;
	border: var(--border);
	border-color: var(--primary-soft);
	border-radius: 16px;
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
	top: -35px;
	background-color: var(--primary-soft);
	z-index: -1;
	color: var(--primary);
	font-weight: bold;
	display: flex;
	align-items: center;
}

.app-card .app-card-body {
	padding: 12px 12px;
	border: var(--border);
	border-radius: 16px;
	background-color: #fff;
}

.delivery-options .delivery-icon {
	background-color: var(--primary);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}

.delivery-options .delivery-text {
	flex: 1;
}

.btn {
	border: 0px;
	padding: 1rem 1rem !important;
	font-weight: bold;
	border-radius: 16px;
}

.btn-rounded {
	border-radius: 16px;
}

.btn-outline-primary {
	border: var(--border);
	border-color: var(--primary);
	color: var(--primary);
	padding: 0.5rem 1rem !important;
	border-radius: 16px;
	font-weight: bold;
	background-color: transparent;
}

.btn-outline-danger {
	border: var(--border);
	border-color: var(--danger);
	color: var(--danger);
	padding: 0.5rem 1rem !important;
	border-radius: 16px;
	font-weight: bold;
	background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger:hover {
	background-color: var(--danger-soft) !important;
	color: var(--danger) !important;
}

.alert {
	border: 0px;
	border-radius: 16px;
}

.alert-primary {
	background-color: var(--primary-soft);
	color: var(--primary);
}
.checkout-container {
	position: fixed;
	bottom: 0px;
	/* left: 0px; */
	width: 100%;
	background: #fff;
	box-shadow: var(--shadow-lg);
	padding-top: 12px;
	padding-bottom: 16px;
	max-width: 520px;
}
.payment-method-list::-webkit-scrollbar {
	display: none;
}
.payment-method-list {
	overflow-y: scroll;
	height: 700px;
	margin-left: -2rem;
	margin-right: -2rem;
}

.payment-method-list .payment-group {
	border-bottom: solid 8px #f5f5f5;
}

.payment-method-list .payment-item {
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.payment-method-list .payment-item:last-child {
	margin-bottom: 0px;
	border-bottom: 0px !important;
}

.payment-item .payment-list-image {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: auto;
	margin-bottom: auto;
	/* background-color: var(--primary-soft); */
	/* border-radius: 50%; */
	/* padding: 6px; */
}

.payment-item .payment-list-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.custom-radio {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--border-color);
	transition: all 0.3s ease-in-out;
}
.custom-radio.active {
	border: 1px solid var(--primary);
	position: relative;
	transition: all 0.3s ease-in-out;
}
.custom-radio.active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--primary);
}

.rounded-xl {
	border-radius: 24px;
}

.fst-italic {
	font-style: italic;
	font-family: sans-serif;
}

.w-20 {
	width: 20% !important;
}

.form-control {
	border: var(--border);
	border-radius: 16px !important;
	padding: 1rem;
}

.form-control::placeholder {
	opacity: 0.5;
	font-family: sans-serif;
	font-style: italic;
}

.select-delivery-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border: var(--border);
	border-radius: 16px;
	padding: 1rem;
	transition: all 0.3s ease-in-out;
}

.select-delivery-type.selected {
	border-color: var(--primary) !important;
	background-color: var(--primary-soft);
	transition: all 0.3s ease-in-out;
}

.select-delivery-type .delivery-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}

.select-delivery-type .delivery-text {
	flex: 1;
}

.bg-primary-soft {
	background-color: var(--primary-soft);
}

.bg-danger-soft {
	background-color: var(--danger-soft);
}

.form-switch .form-check-input {
	width: 45px;
	height: 25px;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.picker {
	background: #fff;
	/* border-radius: 16px; */
}

.picker-dialog {
	border: var(--border) !important;
	border-radius: 16px !important;
}
.picker-cell::before,
.picker-cell::after {
	bottom: 0;
	top: 0;
	background: #fff0;
}
.picker-item {
	color: var(--border-color);
	padding: 0.5rem 0.75rem;
}
.picker-picked {
	color: var(--primary);
	font-weight: bold;
}
.btn-light {
	background-color: #f3f3f3;
}

.my-switch {
	position: relative;
}
.my-switch-input {
	top: 0px;
	position: absolute;
}
.my-switch-input:checked + .my-switch-label .my-switch-button {
	transform: translateX(100%);
	background-color: var(--primary);
}

.product-tile-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.product-tile-container .product-tile-item {
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	height: 312px;
}
.product-tile-container .product-tile-item .product-tile-image {
	width: 100%;
	object-fit: cover;
	position: relative;
	aspect-ratio: 1/1;
}
.product-tile-container .product-tile-item .product-tile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}
.product-tile-container .product-tile-item .product-tile-image span {
	position: absolute;
	bottom: 4px;
	left: 4px;
	font-weight: 700;
}

.product-tile-container .product-tile-item .product-tile-image .fav-item {
	position: absolute;
	top: 8px;
	right: 8px;
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-tile-item .qty-control > a {
	font-size: 2rem;
	width: 32px;
	height: 32px;
}
.font-md {
	font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
	.product-tile-item {
		height: 370px !important;
	}
}

.accordion-item {
	border-width: 0px;
}

.accordion-button {
	padding: 0.5rem 0rem;
}

.accordion-button:focus {
	border-color: var(--border-color);
	box-shadow: none !important;
}

.accordion-button {
	border-bottom: 0px;
	font-size: 0.9rem;
}

.accordion-button:not(.collapsed) {
	background-color: var(--white);
	color: var(--text-color);
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon) !important;
}
.search-suggestion {
	position: absolute;
	top: 38px;
	left: -4px;
	z-index: 9;
	background-color: #fff;
	box-shadow: var(--shadow-lg);
	border-radius: 16px;
	width: 100%;
}

.search-item {
	display: flex;
	align-items: start;
}
.search-item-content a {
	text-decoration: none;
	color: #000;
}

.voucher-item {
	width: 100%;
	border-radius: 5px;
	padding: 8px 8px;
	position: relative;
	border: var(--border);
}

.voucher-item.selected {
	background-color: var(--primary-soft);
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}
