.fuser {
    /*height: 45px;
    background: #eeeeee; */
    height: 45px;
    background: #eeeeee;
}

.fuser div.fix{
	position: fixed;
	right: 0;
	top: 0;
	background: #EEEEEE;
	width: 100%;
	z-index: 99;
}

.fuser div.fix div {
    font-size: 14px;
    text-align: right;
    line-height: 45px;
    /* padding: 0 25px; */
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1192px;
}

.fuser div a{
	display: block;
    float: right;
    /* background: #dd1c1d; */
    /* border-radius: 3px; */
    line-height: 45px;
    /* margin: 3px 0 0 10px; */
    color: black;
    padding: 0 20px;
    text-decoration: none;
    /* text-shadow: 1px 1px 0 black; */
    /* margin-right: 10px; */
}

.fuser div a:hover{
	/* background: black; */
	color: #555555;
	text-decoration: none;
}

#ATSpopup{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}

#ATSpopup .popupContent{
	background: white;
	box-shadow: 1px 1px 5px black;
	display: table;
	margin: 100px auto 0 auto;
	position: relative;
}

#ATSpopup .popupContent a#closeATSpopup{
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	font-size: 20px;
	color: white;
	background: black;
	text-align: center;
	width: 25px;
	padding: 0;
	line-height: 24px;
	height: 24px;
	border-radius: 13px;
	padding-bottom: 2px;
}

#ATSpopup .popupContent iframe{
	width: 500px;
	height: 400px;
	max-width: 100%;
	max-height: 100%;
}

a#topCart {
    background-color: #dd1c1d;
    color: white;
    font-size: 1.5rem;
}

a#topCart:hover{
	color:#555555;
}

#unav.on{
	box-shadow:-2px -2px 5px #DCDCDC;
	background-color: #f6f6f6;
}

#unav{
	position: relative;
	float: right;
	cursor:pointer;
	z-index: 100;
	width: 200px;
}

#unav i {
    font-size: 1.25rem;
    padding: 0 15px;
}

.fuser div.fix #unav div.unav-list{
	display: none;
	position: absolute;
	width: 200px;
	background-color: #f6f6f6;
	right: 0;
	padding: 0;
	/* box-shadow: -2px -2px 5px #DCDCDC; */
	/* z-index: 1; */
}

.fuser div.fix #unav.on div.unav-list{
	display:block;
}

.unav-list a{
    display: block;
    float:none;
    width: 100%;
    text-align: left;
}

.fuser div.fix #unav.on div.unav-list a {
    margin: 0;
    display: block;
    float: left;
}

@media (max-width: 991px){

	.fuser div.fix div {
		padding: 0;
	}

}