.header_user_info {
	float: right;
	border-left: 1px solid #95205f;
	border-right: none;
}
.header_user_info a {
	color: white;
	font-weight: 300;
	display: block;
	padding: 8px 9px 11px 8px;
	cursor: pointer;
	line-height: 18px;
}
 @media (max-width: 479px) {
.header_user_info a {
	font-size: 11px;
}
}
.header_user_info a:hover, .header_user_info a.active {
	background: #2b2b2b;
}
 @media (max-width: 767px) {
.header_user_info {
	margin-right: 0px;
	border-right: 1px solid #95205f;
}
}
 @media (max-width: 767px) {
.header_user_info a {
	font-size: 12px;
	text-align: center;
	/*background: #424242;*/
	padding: 20px 0 20px 0;
	color: white;
}
.header_user_info a:hover, .header_user_info a.active {
	color: white;
	/*background: #444444;*/
}
}
@media (max-width: 767px) {
.header_user_info a:hover, .header_user_info a.active {
	color: white;
}
}
@media (max-width: 767px) {
.header_user_info.header_user_account a {
	color: #424242;
}
.header_user_info.header_user_account a:hover span {
	color: #666666;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header_user_info {
	margin-right: 0;
}
ul.product_list.grid > li .product-container .old-price {
	margin-left: 4px;
}
.price.product-price {
	font-size: 19px;
}
.price-percent-reduction {
	margin-left: 5px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_user_info {
	margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.header_user_info {
	width: 25%;
}
.header_user_info.header_user_account {
	width: inherit;
	text-align: left;
	padding-bottom: 10px;
	display:none;
}
.header_user_info.header_user_account a {
	background: none;
	display: inline-block;
}
.header_user_info.header_user_account a:hover {
	background: none;
	color: #3e383c;
}
.header_user_info.header_user_account a span {
	display: block;
	text-align: left;
}
.header_user_info a.account {
	margin-left: 0px;
	padding: 20px 0 20px 0;
	min-width: inherit;
	text-align: center;	
}
}
@media only screen and (max-width: 1260px) {
.header_user_info {
	margin-right: 0;
}
.header_user_info.header_user_account {
	margin-right: 0px;
}
}
@media only screen and (max-width: 480px) {

.header_user_info a.account {
	margin-left: 0px;
	padding: 20px 5px 20px 5px;
}
}


/*# sourceMappingURL=blockuserinfo.css.map */