* {
    font-family: Eina, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.productSel div{
    padding: 15px;
    align-content: center;
    align-items: center;
    height: 180px;
    border-radius: 10px;
    margin-top: 15px;
    transition: background-color .3s;
}
.productSel div:hover{
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px;
    cursor: pointer;
    transition: background-color .3s;
}
.productSel div.noItem:hover{
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    padding: 15px;
    cursor: default;
    
}
.button {
	display: inline-block;
	color: #fff;
	font-size: 14pt;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px;
	width: 100%;
	max-width: 200px;
	background-color: #f3ae00;
	height: 37px;
}
.button:hover {
	background-color:#ffc329;
	transition: background-color .3s;
}
.email {
	padding: 10px;
}
.email a {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 10px;
	color:#744792;
}
a:hover {
	color: #744792;
}
.email a:hover {
	color: #744792;
	background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px;
    cursor: pointer;
    
    transition: all .3s;
}

h1 {
	font-size: 36px;
	font-weight: 400;
}

.results .row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
}
.results .row:first-child{
    border-top: 0px;
}
.results .row p{
    color:#6f7c82;
    font-size: 12pt;
}
.bread {
    padding: 5px;
    font-size: 12pt;
}
.bread .row {
    padding:0px;
}
.bread a{
    font-size: 12pt;
}

.topic-item {
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	font-size: 14px;
}

.topic-item:first-child {
	border-top: 0px;
}

.topic-item a{
	font-size: 18px;
}