.rflex {
	width: 100%;
}

#itemsTable {
	border: 1px solid #d4d8d9;
	height: fit-content;
	width: auto;
	flex-grow: 1;
	border-collapse: collapse;
	cursor: pointer;
}

#itemsTable > tbody > tr > td {
	border: 1px solid #d4d8d9;
	padding: 15px;
	text-align: center;
}

#itemsTable > tbody > tr:hover {
	border: 1px solid #f74040;
	box-shadow: -5px 0px 5px #f74040, 5px 0px 5px #f74040;
}

#filters {
	min-width: 20%;
}

.itemImage {
	width: 10vw;
	object-fit: contain;
}

.itemCaption {
	font-size: 15px;
	color: rgb(65, 74, 77);
	font-weight: bold;
	letter-spacing: .025em;
}

.itemDescription {
	font-weight: 400;
	color: #333333;
	font-size: 15px;
	text-align: justify;
	letter-spacing: .025em;
}

.itemPlan {
	font-size: 15px;
	color: rgb(65, 74, 77);
	letter-spacing: .025em;
	font-weight: 400;
}

.itemC2 {
	background-color: #f2f4f5;
}

.shop_nav {
	margin-right: 5%;
}