@CHARSET "UTF-8";

.main-wrapper .content-wrapper .sidebar .widget .content.register {
	list-style: none;
	padding: 0px;
}

.main-wrapper .content-wrapper .sidebar .widget .content.customerMenu ul {
	margin: 0px;
	padding: 0px;
}

.main-wrapper .content-wrapper .sidebar .widget .content.customerMenu ul li {
	list-style: none;
	background-color: #FFE630;
	border: none;
	border-bottom: 1px #000000 solid;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	background-image: url('../../../Images/img-button-30px-click.png');
	background-size: auto 400%;
	cursor: pointer;
	color: #000;
}

.main-wrapper .content-wrapper .sidebar .widget .content.customerMenu > ul:nth-child(1) > a:nth-child(3) > li:nth-child(1) {
	margin-bottom: 0px;
}

