.div-header-primary{
    position: sticky;
    top: 0;
    z-index: 999;
    height: 60px;
    margin-bottom: 20px;
    background-color: rgba(255, 90, 0, 0.9);
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    width: 100%;
}
.div-header-primary-block{

}
.div-header-second{
	height: 30px;
        width: 100%;
}
.div-header-second-block{
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

/********************************
 * блок с личным кабинетом пользователя
 ********************************/
.div-header-user-block{
	position: relative;
	height: 60px;
}
.div-header-user-block span{
	display: block;
	background: url(/image/icon/icon-user.png) 50% 3px no-repeat;
	padding-top: 37px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.div-header-user-block-hid{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: -50%;
	width: 200%;
	background-color: #ffffff;
	padding: 20px 0;
	box-shadow: 0px 2px 6px rgba(40, 40, 40, 0.3);
z-index: 9;
}
.div-header-user-block:hover .div-header-user-block-hid{
	opacity: 1;
	visibility: visible;
}
.div-header-user-block-hid-bg{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 13px;
	background: url(/image/bg-user-block.png) 50% 0 no-repeat;
}
.div-header-user-block:hover .div-header-user-block-hid-bg{
	opacity: 1;
	visibility: visible;
}
.div-header-user-block-hid-row{
	padding: 5px 20px;
}
.div-header-user-block-hid-row a{
	color: #525252;
}

/********************************
 * блок с инф. корзиной
 ********************************/
#dbasketinfo{
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
#dbasketinfo01{
    position: relative;
    display: flex;
    height: 60px;
}
#dbasketinfo a{
    position: relative;
    margin: auto;
	display: block;
	background: url(/image/icon/icon-cart.png) 50% 3px no-repeat;
	padding-top: 37px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
#dbasketinfo span{
	color: #444444;
	font-weight: normal;
}

#dbasketinfo02{
	padding: 10px 0;
	font-size: 11px;
	font-family : Tahoma, sans-serif;
	
}
#dbasketinfo02 a{
	padding: 0 18px 0 0; 
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#dbasketinfo02 span{
	color: #fff;
	font-weight: bold;
}
.basket-cnt{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #ff5a00;
    border-radius: 50%;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 11px;
    border: 1px solid #ff5a00;
    line-height: 20px;
}