#product-sellers-table {
	background: #fff;
	padding: 15px 10px 10px 10px;
}

.pmp-product-default-block .main-store-title,
#product-sellers-table .main-store-title {
	color: #4fae52;
	font-weight: bold;
}

#product-sellers-table {
	min-width: 100%;
}

#product-sellers-table .pst-header {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

#product-sellers-table tr th,
#product-sellers-table tr td {
	text-align: center;
}

#product-sellers-table tr td {
	vertical-align: middle;
}

.display-none {
	display: none;
}

#product-sellers-table.custom_hook_active .combination-sellers {
	box-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
	margin-top: 2rem;
	background: #fff;
	padding: 1.25rem 1.875rem;
}

#product-sellers-table table {
	margin-bottom: 0;
}

#product-sellers-table {
	margin-bottom: 20px;
}

#product-sellers-table .pst-header .comb-name{
	color: #fff;
	background-color: #4cbb6c;
	padding: 0 5px;
	border-radius: 10px;
}

.pmp-js-cart-seller-name {
	display: none;
}


/*
|--------------------------------------------------------------------------
| --- Cart Item Seller Line
|--------------------------------------------------------------------------
*/

.fx-cart-item-seller-info {
	display: flex;
	gap: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 7px 10px 7px 5px;
	border-radius: 5px;
	max-width: max-content;
	line-height: 1.2;
	font-size: 0;
}

.fx-cart-item-seller-info i {
	font-size: 1rem;
	color: #232323;
}

.fx-cart-item-seller-info span {
	color: #232323;
	font-weight: normal;
	font-size: 0.8rem;
}

.fx-cart-item-seller-info a {
	font-size: 0.8rem;
	color: #232323;
	font-weight: bold;
}

.fx-cart-item-seller-info a:hover {
	color: #24b9d7;
}

