/* Верхнее пользователькое меню */
#userMenuWrapper {
	float: right;
	margin-top: 15px;
	position: relative;
}
#userNotAuth{
	margin-top: 5px
}
.fixed div#cartContainer {
  top: 39px;
}

#bonusCardWrapper {
	display: inline-block;
	border-right: 1px solid #989898;
}
#bonusCardLink {
	padding: 6px 10px;
	display: inline-block;
}
#cartWrapper {
	display: inline-block;
	border-right: 1px solid #989898;
	position: relative;
}
#cartWrapper:hover #cartContainer {
	display: block;
}
#cartWrapper:hover #cartLink:after {
	content: '';
	position: absolute; /* Абсолютное позиционирование */
	left: 20px;
	bottom: -12px; /* Положение треугольника */
	border: 20px solid transparent;
	border-bottom: 20px solid #DDD;
}
#cartLink {
	padding: 6px 14px 6px 10px;
	display: inline-block;
	color: #989898;
}
#cartLink .cartBasketCount {
	background: #EAA900;
	border-radius: 15px;
	position: absolute;
	top: 1px;
	padding: 0 4px;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	right: 2px;
}
#cartContainer {
	background: #FFF;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);*/
	color: #333;
	display: none;
	font-size: 16px;
	right: 0px;
	padding: 15px;
	position: absolute;
	top: 30px;
	/*width: 490px;*/
	min-width: 255px;
	z-index: 2;
	border: 4px solid #DDD;
}
#cartHeader {
	height: 29px;
	width: 490px;
}
.cartCell {
	display: table-cell;
	padding: 0 5px;
}
.cartDesc {
	width: 260px;
}
.cartDescTitle {
	font-size: 15px;
}
.cartDescQty {
	color: #888;
	display: inline-block;
	font-size: 14px;
}
.cartQuantity {
	text-align: center;
	width: 60px;
}
.cartPrice {
	text-align: right;
	width: 60px;
}
.delItem {
	text-align: center;
	width: 90px;
}
.cartItem .delItem {
	color: #FF1200;
	cursor: pointer;
	font-size: 19px;
}
#cartItemList {
	max-height: 285px;
	overflow: hidden;
}
.cartItem {
	border-top: 1px solid #D8D8D8;
	padding: 10px 0;
}
.cartImg {
	width: 260px;
}
.cartImg img {
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	width: 60px;
}
.cartTitle {
	height: 70px;
	overflow: hidden;
	margin: 0;
}
.cartTitle a {
	color: inherit !important;
	font: inherit !important;
	text-transform: inherit !important;
}
.cartTitle a:hover {
	color: #000 !important;
}
#cartSubtotal {
	background: #F2F2F2;
	padding: 4px 15px;
	text-align: right;
}
#cartSubtotal p {
	display: block;
	float: left;
	text-align: left;
	width: 340px;
}
#cartSubtotal b {
	font-weight: 600;
}
#cartLinks {
	background-color: #61923B;
	background-image: linear-gradient(to bottom, #90C652 0px, #61923B 100%);
	color: #FFF !important;
	display: inline-block;
	font-size: 16px !important;
	margin: 10px 0 0 160px;
	padding: 0.5em 1em;
	transition: background-image 0.15s ease-out 0s;
}
#cartLinks:hover {
	background-color: #6FA844;
	background-image: linear-gradient(to bottom, #9BCC63 0px, #6FA844 100%);
	transition: background-image 0s ease-out 0s;
}
#emptyCart {
	font-size: 14px;
	text-align: center;
}
#userMenuSignedIn a {
	text-decoration: none;
}
#account {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	margin: 0 10px;
	padding: 0 9px;
}
#userProfileWrapper {
	cursor: pointer;
	display: inline-block;
	position: relative;
}
#userProfileWrapper:hover #userName {
	color: #98BC2A;
}
#userProfileWrapper:hover #userName:after {
	content: '';
	position: absolute; /* Абсолютное позиционирование */
	left: 20px;
	bottom: -12px; /* Положение треугольника */
	border: 20px solid transparent;
	border-bottom: 20px solid #DDD;
}
#userName {
	padding: 6px 10px;
	display: inline-block;
	color: #98BC2A;
}
#userName .userProfileFio {
	text-overflow: ellipsis;
	max-width: 105px;
	white-space: nowrap;
	/*overflow: hidden;*/
	display: inline-block;
	padding: 0px 0;
	height: 16px;
}
#profileContainer {
	display: none;
	background: #FFF;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	color: #333;
	position: absolute;
	right: 0;
	top: 30px;
	width: 350px;
	z-index: 3;
	border: 4px solid #DDD;
}
#userProfileWrapper:hover #profileContainer {
	display: block;
	border-bottom:none;
}
#userProfileWrapper:hover .userProfileFio{
	border-bottom:none;
}

#profileContainer .userProfileInfo {
	display: inline-block;
	background: #F7F7F7;
	margin: 5px;
	float: left;
	height: 100%;
	width: 190px;
	padding: 0px 10px 10px 10px;
}
#profileContainer .userProfileLink {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0;
	width: 129px;
}
#profileContainer .userProfileLink a {
	display: block;
	color: #333;
	font-size:14px;
	/*padding: 7px 8px;*/
	padding: 3px 5px;
}
#profileContainer .userProfileLink a:hover {
	background: #329d3b;
	color: #FFF; 
	text-decoration: none;
}
#profileContainer .userProfileInfo p {
	padding: 10px 0px 0px;
	margin: 0;
	color: #329d3b;
	font-weight:bold;
}
#profileContainer .userProfileInfo span {
   font-size: 18px;
   color: #242424;
   font-weight:normal;
   float: right;
} 
.bf{
  margin-bottom:15px;
  }
 hr.hr2{
  float: right;
  width: 100%;
  border: none;
  background: #D2D2D2;
  height: 1px;}  
a.uz_a{
	font-size:12px;
	text-decoration:underline!important;
	color: #888888;
	font-weight:bold;
	float:right;
	margin-top:5px;  
}
#userMenuWrapper .iconUserMenu {
	background: url('https://blizzard.kz/kuponatorimg/icon_block_user_menu.png');
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin-right: 4px;
}
#userMenuWrapper .icon_1 {
	background-position: 0px 0px;
}
#userMenuWrapper .icon_2 {
	background-position: 0px -26px;
}
/* конец Верхнее пользователькое меню */
