.blockuserinfo a {
    font-size: 16px;
}
#topmenu li a {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
	.eshop-search .product_search {
		width: 260px;
	}
}
.free {
	color: #c4330c;
}

@media screen and (max-width: 767px) {
	.navbar-toggle {
		float: left;
		margin-right: 5px;
		margin-left: 15px;
	}
	#topmenu ul {
		margin: 10px 0;
		text-align: center;
	}
	#topmenu li {
		display: inline-block;
		float: none;
	}
	#topmenu li a {
		background: none;
		color: #55312b;
		font-weight: bold;
		line-height: 1.2em;
		padding: 0 10px;
		text-decoration: none;
		text-transform: capitalize;
	}
}