.fa-layers {
	position: relative;
}

.fa-layers-counter {
	background-color: var(--anval-red);
	position: absolute;
	top: 0px;
	right: 22px;
	font-size: 14px;
	border-radius: 12px;
	height: 12px;
	min-width: 12px;
	padding: 4px;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	text-align: center;
	line-height: 12px;
}

#smartcart_adder {
	text-align: left;
}

#smartcart_adder h2 {
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--anval-title);
}

#smartcart_adder p {
	margin-bottom:0px;
	color: #0d9d0d;
}

#smartcart_adder label {
	grid-area: label;
}

#smartcart_adder input {
	grid-area: input;
	min-width: 3ch;
	height: 28px;
	padding: 2px 4px;
}

#smartcart_adder button:first-of-type{
	grid-area: button1;
}

#smartcart_adder button:last-of-type{
	grid-area: button2;
}

#smartcart_table input {
	height: 28px;
	width: 50px;
	padding: 2px 4px;
}

#smartcart_adder button {
	height: 34px;
	margin-left: 5px;
	text-transform: uppercase;
	background: var(--anval-red);
	color: white;
	cursor: pointer;
	border: none;
	width: 105px;
	font-family: 'Poppins';
	vertical-align: top;
}

#send-rfq-btn-cont {
	text-align: center;
}

#send-rfq {
	height: 34px;
	text-transform: uppercase;
	background: var(--anval-red);
	color: white;
	cursor: pointer;
	border: none;
	font-family: 'Poppins';
	vertical-align: top;
}

#smartcart_table table {
	border: 1px solid var(--border);
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

#smartcart_table th,
#smartcart_table td {
	padding: 4px 8px;
	border: 1px solid var(--border);
}

#smartcart_table img {
	height:50px;
}

.arounder {
	margin-top: -25px;
}

.arounder div {
	max-width: 100%;
	padding: 0px 20px 20px 20px;
}

.arounder h2 {
    position: -webkit-sticky; /* Safari */
  	position: sticky;
    background-color: #fff;
	top: 0px;
	padding: 40px 20px 20px 20px;
	margin: 0px;
	line-height: 18px;
	height:40px;
}

.arounder h2 #rfqs-message{
	font-size: 12px;
	font-weight: 400;
	color: var(--anval-red);
}

.arounder h2 #reload-rfqs{
	font-size: 12px;
	font-weight: 400;
	color: var(--anval-red);
	text-decoration: none;
}

.remove-cart-item-btn {
	background-color: transparent;
	color: var(--anval-red);
	border: 0px;
	cursor: pointer;
	padding: 0px;
	font-size: 14x;
}

.remove-cart-item-btn:hover {
	color: #ed482c;
}
.border-bottom {
	border-bottom: 1px solid var(--border);
}
#rfqs-table table {
	border-spacing: 0;
	border: 0px;
	width: 100%;
	border: 1px solid var(--border);
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 10px;
}

#rfqs-table table td {
	text-align: center;
	margin: 0px;
	padding: 2px;
	border-right: 1px solid var(--border);
}

#rfqs-table table thead tr th {
	text-align: center;
	border-bottom: 1px solid var(--border);
	margin: 0px;
	padding: 0px;
	border-right: 1px solid var(--border);
	border-top: 1px solid var(--border);
	position: -webkit-sticky; /* Safari */
  	position: sticky;
	top: 100px;
	background-color: #fff;
}

#rfqs-table table tbody tr.rfq-last-item td {
	border-bottom: 1px solid var(--border);
}

/* #rfqs-table table tbody tr td.actions {
	border-bottom: 1px solid var(--border);
} */

#rfqs-table table tbody tr td.actions:last-child, #rfqs-table table thead tr th:last-child {
	border-right: 0px;
}

#rfqs-table table img {
	height: 50px;
}

#rfqs-table .qty {
	min-width: 50px;
	max-width: 50px;
}

#rfqs-table .date,
#rfqs-table .image,
#rfqs-table .inquiry_id,
#rfqs-table .status {
	min-width: 80px;
	max-width: 80px;
}

#rfqs-table .product_code,
#rfqs-table .description {
	min-width: 150px;
	max-width: 150px;
}

#rfqs-table .actions > a {
	cursor: pointer;
	color: var(--anval-red);
}

@media only screen and (max-width: 1000px) {
	#smartcart_adder {
		text-align: left;
	}

	#smartcart_adder h2 {
		margin: 10px 0;
	}
}

/* @media only screen and (max-width: 800px) {
	#rfqs-table > table > thead::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	#rfqs-table > table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		display: block;
		position: relative;
		width: 100%;
	}

	#rfqs-table > table > thead > tr > th, #rfqs-table > table > tbody > tr > td {
		margin: 0;
		padding:2px;
	}

	#rfqs-table > table > thead {
		display: block;
		float: left;
	}

	#rfqs-table > table > tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}

	#rfqs-table > table > thead > tr {
		display: block;
		border-right: 1px solid var(--border);
	}

	#rfqs-table > table > thead > tr > th {
		display: block;
		text-align: right;
		border-bottom: 1px solid var(--border);
		border-left: 0;
		border-right: 0;
		min-width: 85px !important;
		max-width: 85px !important;
	}

	#rfqs-table > table > tbody > tr {
		display: inline-block;
	}
	
	#rfqs-table > table > tbody > tr.rfq-last-item {
		border-right: 1px solid var(--border);
	}

	#rfqs-table > table > tbody > tr > td {
		display: block;
		text-align: left;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid var(--border) !important;
		min-width: initial !important;
		max-width: initial !important;
	}

	
	#rfqs-table > table > thead > tr > th:last-child,
	#rfqs-table > table > tbody > tr > td:last-child {
		border-bottom: 0px !important;
	}

	#rfqs-table .image {
		height: 60px;
	}
} */