.cursor {
	cursor: pointer;
}

.p-none {
	display: none;
}

.p-none th {
	text-align: left;
	padding-left: 5px;
}

.w110 {
	width: 110px;
}

.text-right {
	text-align: right;
}

.btn-custom.no-width {
	width: unset;
	height: auto;
	white-space: nowrap;
	padding: 2px 5px;
	line-height: 1.4;
}

.brand-item-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	padding: 5px;
	word-break: break-all;
	text-align: left;
}

.brand-item-flex .brand-prod-title {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.brand-item-flex .tbl-btns {
	justify-content: end;
	align-items: middle;
}

.brand-item-flex .tbl-btns .btn-custom {
	padding: 5px;
	line-height: 1;
}

.sp-title .flex {
	margin: 0 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:767px) {
	.s-none {
		display: none;
	}

	.p-none {
		display: block;
	}
	tbody.p-none {
		/* display: table-row-group; */
		display: table;
		width: 100%;
	}
}