/* css danh muc con */
ul.cate-child {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    gap: 1%;
}

ul.cate-child li {
    width: 10%;
    box-shadow: 0 0 1px 0 rgba(60, 64, 67, .1), 0 0 6px 1px rgba(60, 64, 67, .15);
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
}

ul.cate-child li img {
    width: 70px;
	border-radius: 50px;
}

.cate-box-info {
    font-size: 14px;
    line-height: 18px;
}

.cate-image {
    margin: 6px auto;
}

/* css loc san pham */
.filters-container form {
    margin-bottom: 0;
}

h4.filter-title {
    background: #f3f4f6;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 0 !important;
    padding: 3px 3px 3px 8px !important;
    font-size: 14px;
    line-height: 23px;
	margin-bottom: 0 !important;
}

.yith-wcan-filters .yith-wcan-filter h4.collapsable:after {
	top: calc(50% - 4px);
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    min-width: 118px;
}

span.filter-count {
    border: 0 !important;
    background: #29b3e8fc;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px 0 4px !important;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable.opened + .filter-content {
    box-shadow: 0 0;
    border: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
    padding: 10px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items {
    padding: 4px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable + .filter-content .filter-content-footer {
    margin: 0;
    background-color: unset;
    padding: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
    background-color: #29b3e826 !important;
    box-shadow: 0 0;
	border: 1px solid #29b3e8fc;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    padding: 4px 6px;
	border-radius: 8px;
	box-shadow: 0 0;
	border: 1px solid #00000017;
}

.filter-content .filter-item.active span.term-label, .filter-content .filter-item:hover span.term-label {
    color: #29b3e8fc !important;
}

a.apply-filters.button.alt {
    border-radius: 4px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items {
    max-height: 600px;
}

.yith-wcan-filters.horizontal.no-title.enhanced {
    margin-bottom: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: unset;
}

a.apply-filters.button.alt {
    font-weight: 400;
    min-height: 32px;
    line-height: 28px;
}

/* css loc mac dinh woo */
.loc-san-pham {
    display: flex;
    flex-wrap: nowrap;
}

.div-form .range-check {
    display: flex;
    align-items: center;
    padding: 4px 7px;
    font-size: 14px;
    border-radius: 9px;
    margin-right: 10px;
    border: 1px solid #bdbbbb;
    line-height: 20px;
    cursor: pointer;
}

.div-form .range-check input {
    margin: 0 4px 0px 0;
}

.div-form .range-check label {
    padding-left: 2px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}

/* css danh muc tuy chon */
.category-group ul {
	background: #f6a952;
	margin-top: 0;
	padding: 6px;
	border-radius: 9px;
	box-shadow: 0 0 1px 0 rgba(60, 64, 67, .1), 0 0 6px 1px rgba(60, 64, 67, .15);
	list-style: none;
}

.category-group ul li {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 9px;
	font-weight: 600;
}

.category-group ul li.active {
	background: #e58516;
}

.category-group ul li a {
	color: #fff;
	font-size: 14px;
}


@media (min-width: 850px) {
	.filter-content {
		min-width: 500px !important;
	}
}


@media (max-width: 768px) {
	/* 	css breadcrumb */
	.flex-col.flex-grow.medium-text-center {
		display: block !important;
		text-align: left !important;
		padding: 2px 4px 2px 15px;
	}
	
	.filters-container form {
/* 		display: flex; */
		overflow-x: auto;
		white-space: nowrap;
	}

	.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter:not(:last-child) {
		margin-right: 0px;
	}
	
	.filter-content {
		right: 50%;
		transform: translateX(50%);
		width: 320px !important;
	}

	ul.filter-items.filter-label {
		display: flex;
		flex-wrap: wrap;
	}

	.yith-wcan-filter.filter-tax.label-design {
		position: static !important;
	}
	
	/* 	css danh muc tuy chon */
	.category-group ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
	.category-group ul li {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        flex-shrink: 0;
    }
}

@media (max-width: 549px) {
	/* 	css danh muc con */
	ul.cate-child li {
		width: 22%;
		flex-basis: 22%;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		flex-shrink: 0;
		border: 1px solid #00000021; 
		box-shadow: 0 0;
	}

	ul.cate-child {
		max-width: 470px;
		overflow-x: auto;
		gap: 0 1.4%;
		flex-wrap: unset;
	}
	
	ul.cate-child li img {
		width: 56px;
	}
	
	.cate-box-info {
		font-size: 13.5px;
		line-height: 16px;
	}
	
	/* 	css loc mac dinh woo */
	.loc-san-pham {
		overflow-x: auto;
		margin-bottom: 10px;
	}
	
	.div-form {
		width: 38%;
		flex-basis: 38%;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		flex-shrink: 0;
		margin-bottom: 8px;
	}
}

@media (max-width: 400px) {
	.div-form {
        width: 40%;
        flex-basis: 40%;
    }
	ul.cate-child li {
        width: 24%;
        flex-basis: 24%;
    }
}


