
body {
    background-color:##FFFFFE;
}

.main-page-button {
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
	background-color:#515151;
}

.main-page-button:hover {
	background-color:#737373;
	cursor:pointer;
}

.main-page-sales-button {
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
    background-color:#515151;
    border:solid 3px #EBB54F;
    border-radius: 25px;
}

.main-page-sales-button:hover {
    background-color:#737373;
    cursor:pointer;
}

.main-page-sales-button > button {
    background-color:transparent;
    color:#EBB54F;
}

.cat-page-results {
    width:100%;
}

.main-page-img {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.isa-topbar {
	display:flex;
	flex: 0 0 100%;
	width:100%;
	background-color:#2E2E2E;
	color:#FFFFFF;
	padding:3px;
	flex-direction:row;
}

.isa-topbar-cell {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
}

.isa-topbar-cell:hover {
    background-color:#505050;
}

.isa-topbar-cell > a {
    color:#FFFFFF;
    text-decoration:none;
    width:100%;
    text-align:center;
}


.product-spec {
	margin-left:10px;
}

.product-specs-container {
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	gap:3px;
	flex: 0 0 100%;
}

.product-specs-header {
	font-weight:bold;
}