.sub-menu .wrap-col {
	display: flex;
	flex-wrap: wrap
}

.sub-menu .box-cate {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 10px;
	width: 100%
}

.sub-menu .item-sub {
	width: calc(25% - 15px)
}

.icon-menu {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	margin-right: 8px;
	vertical-align: middle;
	mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	transition: background-color .3s ease
}

.rating {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: gold
}

.star {
	margin: 0 2px
}

.star.empty {
	color: #ddd
}

.product-tooltip {
	position: absolute;
	z-index: 9999;
	background: #fff;
	border: 1px solid #243a76;
	width: 390px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
	border-radius: 8px
}

.product-tooltip .hover_name {
	display: block;
	padding: 15px 10px;
	font-size: 15px;
	overflow: hidden;
	line-height: 18px;
	background: linear-gradient(to right, #243a76, #ed1b24);
	color: #fff;
	word-break: break-word;
	border-radius: 8px 8px 0 0;
	margin: 1px;
	font-weight: 600;
	text-shadow: 0 1px rgba(0, 0, 0, .25)
}

.product-tooltip .tooltip-title {
	display: inline-block;
	background: #243a76;
	color: #fff;
	border-radius: 3px;
	padding: 5px 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 16px
}

.price {
	font-size: 16px;
	color: red
}

.discount {
	font-size: 14px;
	color: red
}

#menu-scroll .dropdown-menu.show {
	background: 0 0;
	border: none
}

.li-parent-menu:hover .submenu-container {
	display: block
}

.swiper-icons {
	overflow: hidden
}


.p-name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 3em;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 14px;
}

.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 99990
}

.popup-close {
	cursor: pointer;
	font-size: 30px;
	color: red;
	position: absolute;
	top: -50px;
	right: -60px;
	min-width: 65px
}

@media (max-width:600px) {
	.popup-close {
		font-size: 24px;
		top: 2px;
		right: 5px
	}
}

.list-group-item.checked {
	border-color: red;
	background-color: #f4433640
}

.progress {
	height: 4px;
	background-color: #e0e0e0;
	top: 40%;
	transform: translateY(-40%);
	z-index: 1
}

.step {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background: rgb(100 100 100 / 50%) !important
}

.card img {
	transition: transform .3s ease-in-out
}

.swiper-category-tab .category-tab-item {
    padding: 0 16px;
    background-color: #fff;
    color: #545453;
    border-radius: 12px;
    min-height: 60px;
	box-sizing: border-box;
	border: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	
}
.swiper-category-tab .category-tab-item.active{
    background-color: #dc0000 !important;
	color: #fff;
}
.swiper-pagination-bullet-active{
	background-color: #dc0000 !important;
	width: 16px;
    border-radius: 4px;
}