.subcat-layout {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.subcat-list-col {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
}

.subcat-banner-col {
	display: flex;
	flex: 0 0 64px;
	align-items: flex-end;
	justify-content: center;
	max-width: 64px;
}

.subcat-banner-col img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 130px;
	object-fit: contain;
	object-position: center bottom;
}

@media (min-width: 768px) and (max-width: 991px) {
	.subcat-banner-col {
		flex-basis: 90px;
		max-width: 90px;
		align-items: flex-end;
	}
}

@media (min-width: 992px) {
	.subcat-layout {
		gap: 15px;
		overflow: visible;
	}

	.subcat-list-col {
		flex: 1 1 auto;
		min-width: 0;
		max-width: calc(83.333333% - 8px);
	}

	.subcat-banner-col {
		flex: 0 0 calc(16.666667% - 7px);
		max-width: calc(16.666667% - 7px);
		align-items: flex-end;
	}

	.subcat-banner-col img {
		width: 100%;
		height: auto;
		max-height: none;
		object-fit: unset;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.subcat-layout.subcat-one-row-md .subcat-banner-col img {
		max-height: 150px;
		object-fit: contain;
		object-position: center bottom;
	}
}

@media (min-width: 1200px) {
	.subcat-layout.subcat-one-row-lg .subcat-banner-col img {
		max-height: 150px;
		object-fit: contain;
		object-position: center bottom;
	}
}

@media (max-width: 767px) {
	.box-sub-cat {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		width: 100%;
		max-width: 100%;
	}

	.box-sub-cat::-webkit-scrollbar {
		display: none;
	}
}
