.product-image {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.product-info-wrapper {
	display: flex;
}

.product-list-th {
	background-color: #eee;
}

.nav-link,
.nav-item {
	display: flex;
	align-items: center;
}

.nav-link {
	padding: 0 1rem;
	height: 100%;
	color: var(--thaitrade-color-000000);
	font-weight: bold;
}

.nav-link:hover {
	color: var(--thaitrade-color-000000);
	cursor: pointer;
}

.active {
	border-bottom: 4px solid var(--thaitrade-color-da2128);
	padding-top: 4px;
}

.table-footer-field {
	width: 70px;
}

.page-link > i,
.fa-refresh {
	/* color: var(--thaitrade-primary); */
	color: #6daee2;
}

.section-wrapper {
	border-top: 2px solid var(--site-primary) !important;
}

.card-header-wrapper {
	display: flex;
	min-width: max-content;
}

.header-option {
	text-align: center;
    color: var(--info);
    border-radius: 4px;
    width: 165px;
    padding: 8px 0px;
    margin-right: 8px;
}

.header-option:hover {
	cursor: pointer;
}

.header-option.selected {
	background: var(--site-primary);
	color: white;
}

.fa.fa-refresh {
	cursor: pointer;
}

#itemsPerPage {
	cursor: pointer;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #023F88;
}

.custom-btn-view {
	text-decoration: none !important;
	color: #3c4b64;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: var(--site-primary);
    border-color: var(--site-primary);
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
